CategoryRowProperties.RowHandle Property
Gets the position of the associated field within a data source.
Namespace: DevExpress.XtraVerticalGrid.Rows
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
Property Value
Type | Description |
---|---|
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.