Table of Contents

Class DataGridColumn

Namespace
GHIElectronics.Endpoint.UI.Controls
Assembly
GHIElectronics.Endpoint.UI.dll

The DataGridColumn class describes a column in a DataGrid component.

public class DataGridColumn
Inheritance
DataGridColumn
Inherited Members

Constructors

DataGridColumn(string, int)

Creates a new DataGridColumn instance.

public DataGridColumn(string label, int width)

Parameters

label string
width int

Fields

label

The column name to be displayed.

public string label

Field Value

string

order

Indicates the default order of this column.

public DataGrid.Order order

Field Value

DataGrid.Order

width

The width of the column, in pixels.

public int width

Field Value

int

Methods

ToggleOrder()

Toggles the ordering of this column.

public void ToggleOrder()