Back to Devexpress

CategoryRowProperties.RowHandle Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-categoryrowproperties-ae67c448.md

latest2.3 KB
Original Source

CategoryRowProperties.RowHandle Property

Gets the position of the associated field within a data source.

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public override int RowHandle { get; }
vb
Public Overrides ReadOnly Property RowHandle As Integer

Property Value

TypeDescription
Int32

The -1 value.

|

Remarks

Since category rows display headers only and do not display any data cells, they do not use most row item settings inherited from the RowProperties class. Rows of this type need only settings that affect their headers, such as caption text and image.

The RowHandle property is overridden in the CategoryRowProperties class to return -1. Assigning values to this property has no effect, so you should not use the RowHandle property of a category row in your applications.

See Also

GetRowByHandle(Int32)

RowHandle

Rows

CategoryRowProperties Class

CategoryRowProperties Members

DevExpress.XtraVerticalGrid.Rows Namespace