Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridTableView.OptionsView Property

Settings determining the Table View appearance.

#Declaration

Delphi
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