TabControlStyle.TabSpacing Property
Gets or sets the amount of space between tabs.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[DefaultValue(typeof(Unit), "")]
public virtual Unit TabSpacing { get; set; }
<DefaultValue(GetType(Unit), "")>
Public Overridable Property TabSpacing As Unit
Property Value
Type | Default | Description |
---|---|---|
Unit | A Unit that represents the spacing value. |
See Also
Feedback