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

RibbonColorButtonItemBase.ColumnCount Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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 RibbonColorButtonItemBase.Items collection.

See Also