WinColumnsListEditor.ColumnView Property
In This Article
Provides access to the View that is used to display data in the WinColumnsListEditor.
Namespace: DevExpress.ExpressApp.Win.Editors
Assembly: DevExpress.ExpressApp.Win.v24.2.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
#Declaration
public ColumnView ColumnView { get; }
#Property Value
Type | Description |
---|---|
Column |
A Column |
See Also