vcl-cxgridwinexplorerview-dot-tcxgridwinexplorerview.md
Switches the View’s display mode.
property ActiveDisplayMode: TcxGridWinExplorerViewDisplayMode read; write; default dmContent;
| Type | Default |
|---|---|
| TcxGridWinExplorerViewDisplayMode | dmContent |
Options include:
Switching the display mode using the ActiveDisplayMode property does the following:
Assigns True to the Active property of the corresponding mode within the View’s DisplayModes property set;
Applies the settings specified for this display mode (DisplayModes.Content, DisplayModes.ExtraLargeImages, DisplayModes.LargeImages, DisplayModes.List, DisplayModes.MediumImages, DisplayModes.SmallImages, or DisplayModes.Tiles, respectively).
The default value of the ActiveDisplayMode property is dmContent.
See Also