TcxGridBandedTableOptionsCustomize Properties
Contains settings that control runtime manipulations possible for columns and bands of a Banded Table View.| Name | Description |
|---|---|
| BandHiding | Determines the manner in which View bands can be hidden from a View. |
| BandMoving | Specifies if end-users can move bands in the Banded Table View. |
| BandSizing | Specifies if end-users can resize bands in the Banded Table View. |
| BandsQuickCustomization | Specifies whether the Quick Band Customization button is visible. |
| BandsQuickCustomizationMaxDropDownCount | Specifies the maximum number of band captions displayed in the Quick Band Customization dropdown list at a time. |
| BandsQuickCustomizationReordering | Specifies whether bands in a Banded Table View can be reordered by dragging band captions in the Quick Band Customization menu. |
| BandsQuickCustomizationShowCommands | Switches the visibility of the (All) and (Sorted) check boxes in the Quick Band Customization dropdown list. |
| BandsQuickCustomizationSorted | Specifies if band captions are sorted alphabetically in the Quick Band Customization dropdown list. |
| ColumnExpressionEditing | Specifies the “Expression Editor…” item’s visibility in the column header popup menu. Inherited from TcxGridTableOptionsCustomize. |
| ColumnFiltering | Specifies whether columns can display filter dropdown buttons. Inherited from TcxGridTableOptionsCustomize. |
| ColumnGrouping | Determines whether the View’s records can be grouped according to column values. Inherited from TcxGridTableOptionsCustomize. |
| ColumnHiding | Determines the manner in which end-users can hide the Table View’s columns. Inherited from TcxGridTableOptionsCustomize. |
| ColumnHidingOnGrouping | Indicates whether to hide columns from the View when grouping is applied. Inherited from TcxGridTableOptionsCustomize. |
| ColumnHorzSizing | Determines whether the View’s columns can be resized by dragging the sides of column headers. Inherited from TcxGridTableOptionsCustomize. |
| ColumnMoving | Determines whether the Table View’s columns can be moved by dragging their headers. Inherited from TcxGridTableOptionsCustomize. |
| ColumnSorting | Determines whether records can be sorted according to column values. Inherited from TcxGridTableOptionsCustomize. |
| ColumnsQuickCustomization | Specifies if the Quick Column Customization button is displayed. Inherited from TcxGridTableOptionsCustomize. |
| ColumnsQuickCustomizationMaxDropDownCount | Specifies the maximum number of column captions displayed in the Quick Column Customization dropdown list at a time. Inherited from TcxGridTableOptionsCustomize. |
| ColumnsQuickCustomizationReordering | Specifies whether columns in the Table View can be reordered by dragging their captions in the Quick Column Customization dropdown list. Inherited from TcxGridTableOptionsCustomize. |
| ColumnsQuickCustomizationShowCommands | Switches the visibility of the (All) and (Sorted) check boxes in the Quick Column Customization dropdown list. Inherited from TcxGridTableOptionsCustomize. |
| ColumnsQuickCustomizationSorted | Specifies if column captions are sorted alphabetically in the Quick Column Customization dropdown list. Inherited from TcxGridTableOptionsCustomize. |
| ColumnVertSizing | Determines whether a user can resize Column heights in the current Banded Table View. |
| DataRowFixing | Specifies if users can fix rows at the top or bottom border of the grid View. Inherited from TcxGridTableOptionsCustomize. |
| DataRowSizing | Specifies if users can adjust the height of data rows. Inherited from TcxGridTableOptionsCustomize. |
| GridView | |
| GroupBySorting | Specifies whether sorting data by a column results in grouping by this column. Inherited from TcxGridTableOptionsCustomize. |
| GroupRowSizing | Specifies if users can resize group rows. Inherited from TcxGridTableOptionsCustomize. |
| ItemFiltering protected | Enables runtime filtering of View items. Inherited from TcxCustomGridTableOptionsCustomize. |
| ItemGrouping protected | Enables runtime grouping of View items. Inherited from TcxCustomGridTableOptionsCustomize. |
| ItemHiding protected | Controls the visibility of View items in the Customization form. Inherited from TcxCustomGridTableOptionsCustomize. |
| ItemMoving protected | Enables runtime moving of View items. Inherited from TcxCustomGridTableOptionsCustomize. |
| ItemSorting protected | Enables runtime sorting of the View’s items. Inherited from TcxCustomGridTableOptionsCustomize. |
| NestedBands | Determines whether an end-user can arrange the bands in the current Banded Table View as nested bands. |
| Owner | Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent. |
See Also