ASPxListBox.Columns Property
Provides access to the editor’s column collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ListBoxColumnCollection Columns { get; }
#Property Value
Type | Description |
---|---|
List |
A List |
#Remarks
This property is a wrapper of the ListBoxProperties.Columns property.