Skip to main content

VGridControlBase.IsEditorRow(BaseRow) Method

Gets whether the specified row is of the EditorRow type.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

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