Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CategoryRowProperties.RowHandle Property

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

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v24.2.dll

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

#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