VerticalGridDataRow Constructors
Serves as a base for classes that represent data rows.Name | Parameters | Description |
---|---|---|
VerticalGridDataRow() | none | Initializes a new instance of the VerticalGridDataRow class with default settings. |
VerticalGridDataRow(String, String) | fieldName, caption | Initializes a new instance of the VerticalGridDataRow class with the specified field name and caption. |
VerticalGridDataRow(String) | fieldName | Initializes a new instance of the VerticalGridDataRow class with the specified field name. |
See Also