Class GroupGridSettings
Describes serializable user settings for a group grid layout.
public class GroupGridSettings
- Inheritance
-
GroupGridSettings
- Inherited Members
- Extension Methods
Constructors
GroupGridSettings()
Initializes a new instance of the GroupGridSettings class.
public GroupGridSettings()
Properties
Columns
Gets or sets the column settings.
public List<GroupGridColumnSettings> Columns { get; set; }
Property Value
IsColumnHeadersVisible
Gets or sets a value indicating whether the column header band is visible.
public bool IsColumnHeadersVisible { get; set; }
Property Value
IsDeleteButtonVisible
Gets or sets a value indicating whether the default delete toolbar button is visible.
public bool IsDeleteButtonVisible { get; set; }
Property Value
IsEditButtonVisible
Gets or sets a value indicating whether the default edit toolbar button is visible.
public bool IsEditButtonVisible { get; set; }
Property Value
IsFilterPanelVisible
Gets or sets a value indicating whether the filter panel band is visible.
public bool IsFilterPanelVisible { get; set; }
Property Value
IsGroupPanelVisible
Gets or sets a value indicating whether the group panel band is visible.
public bool IsGroupPanelVisible { get; set; }
Property Value
IsInsertButtonVisible
Gets or sets a value indicating whether the default insert toolbar button is visible.
public bool IsInsertButtonVisible { get; set; }
Property Value
IsToolBarVisible
Gets or sets a value indicating whether the toolbar band is visible.
public bool IsToolBarVisible { get; set; }
Property Value
IsTotalsSummaryVisible
Gets or sets a value indicating whether the totals summary band is visible.
public bool IsTotalsSummaryVisible { get; set; }
Property Value
Name
Gets or sets the settings name.
public string Name { get; set; }
Property Value
SortColumnName
Gets or sets the sorted column name.
public string SortColumnName { get; set; }
Property Value
SortDirection
Gets or sets the sort direction.
public GroupGridSortDirection SortDirection { get; set; }