Skip to main content
A newer version of this page is available. .

BaseRow.GetRowProperties(String) Method

Returns row properties by the specified field name.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v18.2.dll

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