Back to Devexpress

WinExplorerViewStyle Enum

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-1f136c09.md

latest3.3 KB
Original Source

WinExplorerViewStyle Enum

Provides member that specify different WinExplorerView Styles.

Namespace : DevExpress.XtraGrid.Views.WinExplorer

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public enum WinExplorerViewStyle
vb
Public Enum WinExplorerViewStyle

Members

NameDescription
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.

|

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.

See Also

WinExplorer View

DevExpress.XtraGrid.Views.WinExplorer Namespace