TcxGridWinExplorerView.OptionsView Property
In This Article
Specifies the View’s appearance and layout settings for record elements.
#Declaration
Delphi
property OptionsView: TcxGridWinExplorerViewOptionsView read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
To learn about these settings, refer to the TcxGridWinExplorerViewOptionsView class description.
Note
To postpone immediate repainting of the View in response to layout/appearance changes, enclose the code that performs bulk modifications within Begin
See Also