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

TcxGridCardViewSeparatorHitTest.Index Field

Returns the position of the card separator within the collection of card separators used to render a Card View.

#Declaration

Delphi
Index: Integer

#Field Value

Type
Integer

#Remarks

The Index field specifies the position of the inspected card separator within the Separators collection. To access an individual card separator, use the Index field’s value as the index for the Separators.Items property.

See Also