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

TcxGridCardViewSeparatorsViewInfo Class

Contains the ViewInfo information about card separators.

Declaration

TcxGridCardViewSeparatorsViewInfo = class(
    TcxGridCustomLayoutViewSeparatorsViewInfo
)

Remarks

The TcxGridCardViewSeparatorsViewInfo class provides 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