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

VGridControlBase.IsEditorRow(BaseRow) Method

Gets whether the specified row is of the EditorRow type.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v19.1.dll

Declaration

public bool IsEditorRow(
    BaseRow row
)

Parameters

Name Type Description
row BaseRow

A row to be tested.

Returns

Type Description
Boolean

true if the specified row is of the EditorRow type; otherwise, false.

See Also