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

TcxCustomGridViewStyles Class

Contains settings controlling the style of View elements.

Declaration

TcxCustomGridViewStyles = class(
    TcxCustomGridStyles
)

Remarks

The TcxCustomGridViewStyles class declares properties and methods allowing you to customize the appearance of View elements. Descendants of TcxCustomGridViewStyles publish other properties specific to particular Views (Table or Card). To adjust the appearance of a View, see the TcxCustomGridView.Styles property.

See Also