RowProperties(String) Constructor
Creates a new RowProperties object with the specified data field name.
Namespace: DevExpress.XtraVerticalGrid.Rows
Assembly: DevExpress.XtraVerticalGrid.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| fFieldName | String | A String value specifying the name of a data field. This value is assigned to the RowProperties.FieldName property. |
See Also