WinExplorerViewStyle Enum
Provides member that specify different WinExplorerView Styles.
Namespace: DevExpress.XtraGrid.Views.WinExplorer
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
Members
Name | Description |
---|---|
Default
|
Same as WinExplorerViewStyle.Medium. |
ExtraLarge
|
Extra large images with text and check boxes on the left of the image. |
Large
|
Large images with text and check boxes to the left of the image. |
Medium
|
Medium images with text and check boxes to the left of the image. |
Small
|
Small images with text and check boxes to the left of the image. Items are arranged horizontally. Groups are placed one below the other. |
Tiles
|
Medium images with text, description and check boxes to the top left corner of the image. Check boxes are visible only if checked or hovered. |
List
|
Small images with text and check boxes to left of the image. Items are arranged vertically, and groups are placed horizontally side-by-side. Groups cannot be collapsed even if the OptionsView.ShowExpandCollapseButtons property equals true. |
Content
|
Each item is displays its check-box, medium image, caption and description in a single row. Items are arranged one under another and separated by horizontal lines. Check boxes are visible only if checked or hovered. |
Related API Members
The following properties accept/return WinExplorerViewStyle values:
Remarks
The WinExplorerViewStyle enumerator values are passed to the Style property in the WinExplorerView.OptionsView properties set. Depending on the current WinExplorerView Style, item representation can differ. See the WinExplorer View topic to learn more.
For each WinExplorerView Style, you can specify advanced options via the corresponding section of the WinExplorerView.OptionsViewStyles property.