MVCxVerticalGridRow Constructors
Represents a row within the VerticalGrid.| Name | Parameters | Description |
|---|---|---|
| MVCxVerticalGridRow() | none | Initializes a new instance of the MVCxVerticalGridRow class with default settings. |
| MVCxVerticalGridRow(String, MVCxVerticalGridRowType) | fieldName, rowType | Initializes a new instance of the MVCxVerticalGridRow class with the specified settings. |
| MVCxVerticalGridRow(String, String, MVCxVerticalGridRowType) | fieldName, caption, rowType | Initializes a new instance of the MVCxVerticalGridRow class with the specified settings. |
| MVCxVerticalGridRow(String, String) | fieldName, caption | Initializes a new instance of the MVCxVerticalGridRow class with the specified settings. |
| MVCxVerticalGridRow(String) | fieldName | Initializes a new instance of the MVCxVerticalGridRow class with the specified setting. |
See Also