Back to Devexpress

WinExplorerView.ColumnSet Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-winexplorer-dot-winexplorerview-947b8b0c.md

latest2.6 KB
Original Source

WinExplorerView.ColumnSet Property

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

Declaration

csharp
[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(282)]
public WinExplorerViewColumns ColumnSet { get; }
vb
<DXCategory("Options")>
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
<XtraSerializablePropertyId(282)>
Public ReadOnly Property ColumnSet As WinExplorerViewColumns

Property Value

TypeDescription
WinExplorerViewColumns

A WinExplorerViewColumns object that is the GridColumns collection assigned to this WinExplorerView‘s fields.

|

Remarks

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

WinExplorer View

WinExplorerView Class

WinExplorerView Members

DevExpress.XtraGrid.Views.WinExplorer Namespace