RowProperties(String) Constructor
In This Article
Creates a new RowProperties object with the specified data field name.
Namespace: DevExpress.XtraVerticalGrid.Rows
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
f |
String | A String value specifying the name of a data field. This value is assigned to the Row |
See Also