WinExplorerView.ColumnSet Property
In This Article
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 |
---|---|
Win |
A Win |
#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 Win
See Also