Skip to main content

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