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

BaseListBoxControl.MultiColumn Property

Gets or sets whether listbox items can be arranged across multiple columns.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(false)]
[SmartTagProperty("MultiColumn", "")]
public virtual bool MultiColumn { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if the items can be arranged in multiple columns; otherwise, false.

Remarks

Listbox items can be arranged across multiple columns. To accomplish this, set the MultiColumn property to true. The number of columns is dependent on the ListBox control’s width and column width (BaseListBoxControl.ColumnWidth).

See Also