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

BarDockStyle.ToolbarSpacing Property

Gets or sets the spacing between the toolbars within the corresponding object to which the current style applies.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v18.2.dll

Declaration

[DefaultValue(typeof(Unit), "")]
public Unit ToolbarSpacing { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit that represents the spacing value.

See Also