Search
GridColumn Members
Constructors Properties
 


Represents a column in a grid control.

The following tables list the members exposed by the GridColumn type.

 Public Constructors

  Name Description

GridColumn

Initializes a new instance of the GridColumn class.

 Public Properties

  Name Description

caption

Gets or sets the display text of the column.

dataType

Gets or sets the type of the column.

editable

Gets or sets a value indicating whether the cells in this column can be edited.

metaData

Gets or sets the metadata object, associated with this column.

name

Gets or sets the name of the field, displayed in the column.

sortable

Gets or sets a value indicating whether this column can be sorted.

 See Also