TcxGridWinExplorerView.OptionsView Property
Specifies the View’s appearance and layout settings for record elements.
Declaration
property OptionsView: TcxGridWinExplorerViewOptionsView read; write;
Property Value
Type |
---|
TcxGridWinExplorerViewOptionsView |
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 BeginUpdate/EndUpdate method blocks.
See Also