TcxGridBandedTableOptionsCustomize.BandsQuickCustomizationShowCommands Property
In This Article
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
Type | Default |
---|---|
Boolean | True |
#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.
Value | Meaning | Example |
---|---|---|
True | The 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. | ![]() |
False | The check boxes are hidden. | ![]() |
The default value of the BandsQuickCustomizationShowCommands property is True.
See Also