Back to Devexpress

ASPxListBox.Columns Property

aspnet-devexpress-dot-web-dot-aspxlistbox-132e37f3.md

latest1.4 KB
Original Source

ASPxListBox.Columns Property

Provides access to the editor’s column collection.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ListBoxColumnCollection Columns { get; }
vb
Public ReadOnly Property Columns As ListBoxColumnCollection

Property Value

TypeDescription
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

Columns

List Editors in Multi-Column Mode

List Box

ASPxListBox Class

ASPxListBox Members

DevExpress.Web Namespace