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

TcxGridCardViewSeparatorsViewInfo Class

Stores ViewInfo information about card separators.

#Declaration

Delphi
TcxGridCardViewSeparatorsViewInfo = class(
    TcxGridCustomLayoutViewSeparatorsViewInfo
)

#Remarks

The TcxGridCardViewSeparatorsViewInfo class has the following visual information on card separators:

  • The indexed collection of the card separators used to render the current Card View and the number of card separators within the collection via the Items and Count properties, correspondingly.

  • The color and width of the card separators via the Color and Width properties, respectively.

#Inheritance

TObject
TcxGridCustomLayoutViewSeparatorsViewInfo
TcxGridCardViewSeparatorsViewInfo
See Also