Back to Devexpress

TcxGridWinExplorerView.OptionsBehavior Property

vcl-cxgridwinexplorerview-dot-tcxgridwinexplorerview-135cc6e2.md

latest1.1 KB
Original Source

TcxGridWinExplorerView.OptionsBehavior Property

Specifies the settings that determine how the View responds to end-user actions.

Declaration

delphi
property OptionsBehavior: TcxGridWinExplorerViewOptionsBehavior read; write;

Property Value

Type
TcxGridWinExplorerViewOptionsBehavior

Remarks

To learn about these settings, refer to the TcxGridWinExplorerViewOptionsBehavior 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

TcxGridWinExplorerView Class

TcxGridWinExplorerView Members

cxGridWinExplorerView Unit