Skip to main content

TcxGridBandedColumn.Styles Property

Specifies styles that define the appearance of banded table column elements.

Declaration

property Styles: TcxGridBandedColumnStyles read; write;

Property Value

Type Description
TcxGridBandedColumnStyles

Stores banded column styles.

Remarks

Use the Styles property 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