Back to Devexpress

VGridControlBase.IsMultiEditorRow(BaseRow) Method

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

latest1.7 KB
Original Source

VGridControlBase.IsMultiEditorRow(BaseRow) Method

Gets whether the specified row is of the MultiEditorRow type.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

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

Parameters

NameTypeDescription
rowBaseRow

A row to be tested.

|

Returns

TypeDescription
Boolean

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

|

See Also

VGridControlBase Class

VGridControlBase Members

DevExpress.XtraVerticalGrid Namespace