Skip to main content
A newer version of this page is available. .

WinColumnsListEditor.Columns Property

Provides access to a collection of objects representing the WinColumnsListEditor‘s columns.

Namespace: DevExpress.ExpressApp.Win.Editors

Assembly: DevExpress.ExpressApp.Win.v19.1.dll

Declaration

public override IList<ColumnWrapper> Columns { get; }

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