Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

WinExplorerView.ColumnSet Property

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

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v24.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