[]
Represents the DefaultListColumn class to define the default value of the ListColumn.
public class DefaultListColumn
Public Class DefaultListColumn
Name | Description |
---|---|
DefaultListColumn() |
Name | Description |
---|---|
AutoWidth | Gets or sets a bool value indicates whether the ListColumn 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 ListHeader. |
SortOrder | Gets or sets the SortOrder. |
Visible | Gets or set a bool value indicates whether the ListColumn is visible or not. |
Width | Gets or sets the width of the ListColumn. |
Name | Description |
---|---|
ResetDefaultSubItem() | Resets the default sub item. |
ResetHeader() | Resets the header. |
ShouldSerializeDefaultSubItem() | Shoulds the serialize default sub item. |
ShouldSerializeHeader() | Shoulds the serialize header. |