Skip to main content

BaseRow.GetRowProperties(String) Method

Returns row properties by the specified field name.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

public RowProperties GetRowProperties(
    string fieldName
)

Parameters

Name Type Description
fieldName String

A string value specifying the required field name in the underlying data source.

Returns

Type Description
RowProperties

A RowProperties object corresponding to the row displaying values from the specified fieldName in the data source.

Remarks

The GetRowProperties method returns:

See Also