Skip to main content

ToolbarColorButtonBase.ColumnCount Property

Gets or sets the number of columns displayed in a toolbar color button drop-down color table.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Int32 8

An Int32 value that specifies the number of columns.

Remarks

Use the ColumnCount property to specify the number of columns that are displayed in a color table. The number of items is defined by the length of the ToolbarColorButtonBase.Items collection.

See Also