[]
Represents the DefaultListColumnInfo class to define the default value of the ListColumnInfo.
[TypeConverter(typeof(DefaultListColumnInfoConverter))]
public class DefaultListColumnInfo : ISerializable, ISerializeSupport
<TypeConverter(GetType(DefaultListColumnInfoConverter))>
Public Class DefaultListColumnInfo
Implements ISerializable, ISerializeSupport
Name | Description |
---|---|
DefaultListColumnInfo() | Default Constructor |
DefaultListColumnInfo(SerializationInfo, StreamingContext) | Initializes a new instance of this class. |
Name | Description |
---|---|
AutoWidth | Gets or sets a bool value that indicates whether the ListColumnInfo calculates the width automatically. |
DataDisplayType | Gets or sets a DataDisplayType value indicates the display of the column. |
DefaultSubItem | Gets or sets the default SubItem. |
Header | Gets or sets the ListHeaderInfo. |
SortOrder | Gets or sets the SortOrder. |
Visible | Gets or set a bool value that indicates whether ListColumnInfo is visible. |
Width | Gets or sets the width of the ListColumnInfo. |
Name | Description |
---|---|
Deserialize(XmlNodeReader) | Loads the object from XML. |
GetObjectData(SerializationInfo, StreamingContext) | Gets the object data. |
ResetDefaultSubItem() | Resets the default sub item. |
ResetHeader() | Resets the header. |
Serialize(XmlTextWriter) | Saves the object to XML. |
ShouldSerializeDefaultSubItem() | Shoulds the serialize default sub item. |
ShouldSerializeHeader() | Shoulds the serialize header. |