Table of Contents

Class GroupGridSettings

Namespace
Avalonia.Controls
Assembly
Tripous.Avalonia.Controls.dll

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

List<GroupGridColumnSettings>

IsColumnHeadersVisible

Gets or sets a value indicating whether the column header band is visible.

public bool IsColumnHeadersVisible { get; set; }

Property Value

bool

IsDeleteButtonVisible

Gets or sets a value indicating whether the default delete toolbar button is visible.

public bool IsDeleteButtonVisible { get; set; }

Property Value

bool

IsEditButtonVisible

Gets or sets a value indicating whether the default edit toolbar button is visible.

public bool IsEditButtonVisible { get; set; }

Property Value

bool

IsFilterPanelVisible

Gets or sets a value indicating whether the filter panel band is visible.

public bool IsFilterPanelVisible { get; set; }

Property Value

bool

IsGroupPanelVisible

Gets or sets a value indicating whether the group panel band is visible.

public bool IsGroupPanelVisible { get; set; }

Property Value

bool

IsInsertButtonVisible

Gets or sets a value indicating whether the default insert toolbar button is visible.

public bool IsInsertButtonVisible { get; set; }

Property Value

bool

IsToolBarVisible

Gets or sets a value indicating whether the toolbar band is visible.

public bool IsToolBarVisible { get; set; }

Property Value

bool

IsTotalsSummaryVisible

Gets or sets a value indicating whether the totals summary band is visible.

public bool IsTotalsSummaryVisible { get; set; }

Property Value

bool

Name

Gets or sets the settings name.

public string Name { get; set; }

Property Value

string

SortColumnName

Gets or sets the sorted column name.

public string SortColumnName { get; set; }

Property Value

string

SortDirection

Gets or sets the sort direction.

public GroupGridSortDirection SortDirection { get; set; }

Property Value

GroupGridSortDirection