Skip to main content
Tab

ColorEditProperties.ColumnCount Property

Gets or sets the number of columns displayed in a color table.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.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 are defined by the length of the ColorEditProperties.Items collection.

Note

The ColumnCount property synchronizes its value with the editor’s ASPxColorEdit.ColumnCount property.

See Also