Back to Devexpress

TcxGridTableOptionsCustomize.ColumnsQuickCustomizationShowCommands Property

vcl-cxgridtableview-dot-tcxgridtableoptionscustomize-3a774f40.md

latest1.9 KB
Original Source

TcxGridTableOptionsCustomize.ColumnsQuickCustomizationShowCommands Property

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

Declaration

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

Property Value

TypeDefault
BooleanTrue

Remarks

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

The following table lists available property values.

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

The default value of the ColumnsQuickCustomizationShowCommands property is True.

See Also

TcxGridBandedTableOptionsCustomize.BandsQuickCustomizationShowCommands

TcxGridTableOptionsCustomize.ColumnsQuickCustomization

TcxGridTableOptionsCustomize Class

TcxGridTableOptionsCustomize Members

cxGridTableView Unit