Skip to main content

HtmlEditorStatusBarStyle.TabSpacing Property

Gets or sets the amount of space between tabs displayed within the ASPxHtmlEditor‘s status bar.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit that represents the spacing value.

See Also