Skip to main content

WinExplorerView.ColumnSet Property

Stores a collection of WinExplorerView‘s fields and columns, assigned to these fields.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
[XtraSerializablePropertyId(282)]
public WinExplorerViewColumns ColumnSet { get; }

Property Value

Type Description
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