Class GroupGridColumnSettings
Describes persisted settings for a single group grid column.
public class GroupGridColumnSettings
- Inheritance
-
GroupGridColumnSettings
- Inherited Members
- Extension Methods
Constructors
GroupGridColumnSettings()
Initializes a new instance of the GroupGridColumnSettings class.
public GroupGridColumnSettings()
Properties
FilterText
Gets or sets the column filter text.
public string FilterText { get; set; }
Property Value
GroupIndex
Gets or sets the group order index, or -1 when the column is not grouped.
public int GroupIndex { get; set; }
Property Value
GroupSummary
Gets or sets the group summary aggregate kind.
public GroupGridAggregateKind GroupSummary { get; set; }
Property Value
Header
Gets or sets the display header used by configuration dialogs.
public string Header { get; set; }
Property Value
IsVisible
Gets or sets a value indicating whether the column is visible.
public bool IsVisible { get; set; }
Property Value
Name
Gets or sets the column name.
public string Name { get; set; }
Property Value
TotalSummary
Gets or sets the total summary aggregate kind.
public GroupGridAggregateKind TotalSummary { get; set; }
Property Value
VisibleIndex
Gets or sets the visible column order index.
public int VisibleIndex { get; set; }
Property Value
Width
Gets or sets the column width, or 0 when width is not persisted.
public double Width { get; set; }