Back to Devexpress

TcxGridBandedTableOptionsCustomize.BandsQuickCustomizationShowCommands Property

vcl-cxgridbandedtableview-dot-tcxgridbandedtableoptionscustomize-50d36d91.md

latest2.1 KB
Original Source

TcxGridBandedTableOptionsCustomize.BandsQuickCustomizationShowCommands Property

Switches the visibility of the (All) and (Sorted) check boxes in the Quick Band Customization dropdown list.

Declaration

delphi
property BandsQuickCustomizationShowCommands: Boolean read; write; default True;

Property Value

TypeDefault
BooleanTrue

Remarks

These check boxes allow end-users to toggle the checked state of all band captions in the dropdown list and alphabetically sort them.

The following table lists available property values.

ValueMeaningExample
TrueThe dropdown list pins these check boxes to its top so that scrolling doesn’t take them out of view and separates them from band captions with a line.
FalseThe check boxes are hidden.

The default value of the BandsQuickCustomizationShowCommands property is True.

See Also

TcxGridBand.AlternateCaption

TcxGridBand.Caption

TcxGridBandedTableOptionsCustomize.BandsQuickCustomization

TcxGridTableOptionsCustomize.ColumnsQuickCustomizationShowCommands

TcxGridBandedTableOptionsCustomize Class

TcxGridBandedTableOptionsCustomize Members

cxGridBandedTableView Unit