windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerview-947b8b0c.md
Stores a collection of WinExplorerView‘s fields and columns, assigned to these fields.
Namespace : DevExpress.XtraGrid.Views.WinExplorer
Assembly : DevExpress.XtraGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation
[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(282)]
public WinExplorerViewColumns ColumnSet { get; }
<DXCategory("Options")>
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
<XtraSerializablePropertyId(282)>
Public ReadOnly Property ColumnSet As WinExplorerViewColumns
| Type | Description |
|---|---|
| WinExplorerViewColumns |
A WinExplorerViewColumns object that is the GridColumns collection assigned to this WinExplorerView‘s fields.
|
A WinExplorerView displays items with only four data fields - Text, Image, Description and Check Box, plus one grouping field. Use the ColumnSet property to assign a GridColumn from a dataset for each of these fields. See the WinExplorer View topic for details.
Note
Displayed fields depend on the current WinExplorerView style.
See Also