TcxGridTableView.OptionsView Property
In This Article
Settings determining the Table View appearance.
#Declaration
Delphi
property OptionsView: TcxGridTableOptionsView read; write;
#Property Value
Type |
---|
Tcx |
#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