Skip to main content

TcxGridBandedColumn.Styles Property

Specifies styles managing the appearance of banded table column elements.

Declaration

property Styles: TcxGridBandedColumnStyles read; write;

Property Value

Type
TcxGridBandedColumnStyles

Remarks

Use the Styles object to specify styles for column elements (data cells, header and footer panels). The View’s Styles property manages the appearance of all columns within this View.

You can handle the styles events to provide different styles for individual records.

See Also