Skip to main content
Tab

TabControlStyle.ScrollButtonsIndent Property

Gets or sets the amount of space between a scroll button and tabs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit that represents the spacing value.

See Also