IsSplitGroups: Boolean
The IsSplitGroups property determines whether there is a indent between group items on the toolbar.
Available values:
true. Indent will be added between group items.
false. Indent will not be added between group items (default).
Use JSON or the setIsSplitGroups method to set the property value and the getIsSplitGroups method to get the property value.
The example of property use is given in description of the ToolBar.removeItems method.
See also: