Table of Contents

Class GroupGridExportColumn

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

Describes a column included in a group grid export snapshot.

public class GroupGridExportColumn
Inheritance
GroupGridExportColumn
Inherited Members
Extension Methods

Constructors

GroupGridExportColumn(GroupGridColumn)

Initializes a new instance of the GroupGridExportColumn class.

public GroupGridExportColumn(GroupGridColumn Column)

Parameters

Column GroupGridColumn

The source grid column.

Properties

Column

Gets the source grid column.

public GroupGridColumn Column { get; }

Property Value

GroupGridColumn

Header

Gets the column header text.

public string Header { get; }

Property Value

string

Name

Gets the column name.

public string Name { get; }

Property Value

string

ValueType

Gets the column value type.

public Type ValueType { get; }

Property Value

Type