TcxGridTableView.OptionsView Property
Settings determining the Table View appearance.
Declaration
property OptionsView: TcxGridTableOptionsView read; write;
Property Value
Type |
---|
TcxGridTableOptionsView |
Remarks
These options specify the visibility of editor buttons, footer, group footers and column headers, whether grid lines are drawn and in which color, the color and width of row separators, etc. Sometimes View options affect the View behavior. For instance, if the GroupByBox option is disabled, then runtime column grouping is disabled for the View.
See Also