ColorEditProperties.ColumnCount Property
Gets or sets the number of columns displayed in a color table.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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