Skip to main content

RowProperties(String) Constructor

Creates a new RowProperties object with the specified data field name.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

public RowProperties(
    string fFieldName
)

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