Skip to main content

MVCxGridViewColumn<RowType> Constructors

Represents a strongly-typed column in the GridView extension.
Name Parameters Description
MVCxGridViewColumn() none Initializes a new instance of the MVCxGridViewColumn<RowType> class with default settings.
MVCxGridViewColumn(String, MVCxGridViewColumnType) fieldName, columnType Initializes a new instance of the MVCxGridViewColumn<RowType> class with the specified settings.
MVCxGridViewColumn(String, String, MVCxGridViewColumnType) fieldName, caption, columnType Initializes a new instance of the MVCxGridViewColumn<RowType> class with the specified settings.
MVCxGridViewColumn(String, String) fieldName, caption Initializes a new instance of the MVCxGridViewColumn<RowType> class with the specified settings.
MVCxGridViewColumn(String) fieldName Initializes a new instance of the MVCxGridViewColumn<RowType> class with the specified field name.
See Also