Skip to main content
A newer version of this page is available. .

MVCxGridViewColumn Constructors

Represents a column within the GridView.
Name Parameters Description
MVCxGridViewColumn() none Initializes a new instance of the MVCxGridViewColumn class with default settings.
MVCxGridViewColumn(String, MVCxGridViewColumnType) fieldName, columnType Initializes a new instance of the MVCxGridViewColumn class with the specified settings.
MVCxGridViewColumn(String, String, MVCxGridViewColumnType) fieldName, caption, columnType Initializes a new instance of the MVCxGridViewColumn class with the specified settings.
MVCxGridViewColumn(String, String) fieldName, caption Initializes a new instance of the MVCxGridViewColumn class with the specified settings.
MVCxGridViewColumn(String) fieldName Initializes a new instance of the MVCxGridViewColumn class with the specified setting.
See Also