Back to Devexpress

VGridControlBase.IsEditorRow(BaseRow) Method

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrolbase-dot-iseditorrow-x28-devexpress-dot-xtraverticalgrid-dot-rows-dot-baserow-x29.md

latest1.6 KB
Original Source

VGridControlBase.IsEditorRow(BaseRow) Method

Gets whether the specified row is of the EditorRow type.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public bool IsEditorRow(
    BaseRow row
)
vb
Public Function IsEditorRow(
    row As BaseRow
) As Boolean

Parameters

NameTypeDescription
rowBaseRow

A row to be tested.

|

Returns

TypeDescription
Boolean

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

|

See Also

VGridControlBase Class

VGridControlBase Members

DevExpress.XtraVerticalGrid Namespace