Class GroupGridExportColumn
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
ColumnGroupGridColumnThe source grid column.
Properties
Column
Gets the source grid column.
public GroupGridColumn Column { get; }
Property Value
Header
Gets the column header text.
public string Header { get; }
Property Value
Name
Gets the column name.
public string Name { get; }
Property Value
ValueType
Gets the column value type.
public Type ValueType { get; }