Skip to main content

MVCxCardViewColumn Constructors

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