A newer version of this page is available.
Switch to the current version.
WinColumnsListEditor.Columns Property
Provides access to a collection of objects representing the WinColumnsListEditor's columns.
Namespace: DevExpress.ExpressApp.Win.Editors
Assembly: DevExpress.ExpressApp.Win.v18.2.dll
Declaration
public override IList<ColumnWrapper> Columns { get; }
Public Overrides ReadOnly Property Columns As IList(Of ColumnWrapper)
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
Feedback