RowProperties(String) Constructor
Creates a new RowProperties object with the specified data field name.
Namespace: DevExpress.XtraVerticalGrid.Rows
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
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