Back to Devexpress

BaseRow.XtraRowTypeID Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-baserow-5bade80b.md

latest2.2 KB
Original Source

BaseRow.XtraRowTypeID Property

Gets a value indicating the row‘s type.

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[XtraSerializableProperty]
public abstract int XtraRowTypeID { get; }
vb
<Browsable(False)>
<XtraSerializableProperty>
Public MustOverride ReadOnly Property XtraRowTypeID As Integer

Property Value

TypeDescription
Int32

An integer value representing the row’s type identifier.

|

Remarks

This property is overridden in descendant classes to indicate the specific row’s type identifier.

The following table outlines available row types with their integer expressions.

Row TypeDescriptionInteger Value
CategoryRowA row of the category type.0
EditorRowA row of the editor type.1
MultiEditorRowA row of the multi-editor type.2

See Also

CategoryRow

EditorRow

MultiEditorRow

BaseRow Class

BaseRow Members

DevExpress.XtraVerticalGrid.Rows Namespace