Skip to main content
A newer version of this page is available. .

CategoryRowProperties.RowHandle Property

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

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v19.2.dll

Declaration

public override int RowHandle { get; }

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.

See Also