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

ToolbarDropDownItemPicker.ColumnCount Property

Gets or sets the number of columns into which items are arranged within a dropdown list.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.2.dll

Declaration

[DefaultValue(3)]
public int ColumnCount { get; set; }

Property Value

Type Default Description
Int32 3

An integer value that specifies the number of columns.

See Also