[]
Represents information about the scrolling grid content in the Spread component.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ScrollingContentInfo : ISerializeSupport, ISerializable, INotifyPropertyChanged
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class ScrollingContentInfo
Implements ISerializeSupport, ISerializable, INotifyPropertyChanged
Name | Description |
---|---|
ScrollingContentInfo() | Initializes a new instance of the ScrollingContentInfo class. |
ScrollingContentInfo(SerializationInfo, StreamingContext) | Creates a new instance of the ScrollingContentInfo class from serialization. |
Name | Description |
---|---|
ColumnIndices | Gets or sets column indices for the vertical scrolling tip. |
MaxHeight | Gets or sets the maximum height in pixels for the vertical scrolling tip. |
RowNumberPolicy | Gets or sets the policy that controls how to display row numbers in the vertical scrolling tip when the ColumnIndices property is not empty. |
Name | Description |
---|---|
Deserialize(XmlNodeReader) | Loads the scrolling grid content information from XML. |
GetObjectData(SerializationInfo, StreamingContext) | Populates a SerializationInfo with the data needed to serialize the target object. |
OnPropertyChanged(PropertyChangedEventArgs) | Raises the PropertyChanged event. |
Reset() | Resets this instance to default. |
ResetColumnIndices() | Resets the ColumnIndices property to its default value. |
ResetMaxHeight() | Resets the MaxHeight property to its default value. |
ResetRowNumberPolicy() | Resets the RowNumberPolicy property to its default value. |
Serialize(XmlTextWriter) | Saves the scrolling grid content information to XML. |
Name | Description |
---|---|
PropertyChanged | Occurs when a property value changes. |