Search
Palette.columns Property
See Also
 






Gets or sets the number of columns in palette's layout.

Namespace: MindFusion.Diagramming.Controls
File: Palette.js

 Syntax

JavaScript  Copy Code

get columns() {}
set columns(value) {}

 Property Value

Number

An integer value specifying the number of columns. The default value is 1.

 See Also