ASPxListBox.Columns Property
Provides access to the editor’s column collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
ListBoxColumnCollection | A ListBoxColumnCollection object which represents the collection columns within the editor. |
Remarks
This property is a wrapper of the ListBoxProperties.Columns property.
See Also