Table of Contents

Class GroupGridColumnSettings

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

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

string

GroupIndex

Gets or sets the group order index, or -1 when the column is not grouped.

public int GroupIndex { get; set; }

Property Value

int

GroupSummary

Gets or sets the group summary aggregate kind.

public GroupGridAggregateKind GroupSummary { get; set; }

Property Value

GroupGridAggregateKind

Header

Gets or sets the display header used by configuration dialogs.

public string Header { get; set; }

Property Value

string

IsVisible

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

public bool IsVisible { get; set; }

Property Value

bool

Name

Gets or sets the column name.

public string Name { get; set; }

Property Value

string

TotalSummary

Gets or sets the total summary aggregate kind.

public GroupGridAggregateKind TotalSummary { get; set; }

Property Value

GroupGridAggregateKind

VisibleIndex

Gets or sets the visible column order index.

public int VisibleIndex { get; set; }

Property Value

int

Width

Gets or sets the column width, or 0 when width is not persisted.

public double Width { get; set; }

Property Value

double