WinColumnsListEditor.Columns Property
Provides access to a collection of objects representing the WinColumnsListEditor‘s columns.
Namespace: DevExpress.ExpressApp.Win.Editors
Assembly: DevExpress.ExpressApp.Win.v23.1.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
NuGet Package: DevExpress.ExpressApp.Win
Declaration
Property Value
Type | Description |
---|---|
IList<DevExpress.ExpressApp.Editors.ColumnWrapper> | An IList<ColumnWrapper> object representing a collection of WinColumnsListEditor‘s column wrappers. |
Remarks
Generally, you do not need to used this property.
See Also