TabControlStyle.ScrollButtonSpacing Property
Gets or sets the spacing between the scroll buttons within the tab header.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[DefaultValue(typeof(Unit), "")]
public Unit ScrollButtonSpacing { get; set; }
<DefaultValue(GetType(Unit), "")>
Public Property ScrollButtonSpacing As Unit
Property Value
Type | Default | Description |
---|---|---|
Unit | A Unit that represents the spacing value. |
Remarks
If the ASPxTabControlBase.TabAlign property is set to left or right, you can change spacing between scroll buttons by using the ScrollButtonSpacing property.
See Also
Feedback