TabbedLayoutGroup.TabSpacing Property
Gets or sets the amount of space between the tabs within the tabbed layout group.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Unit | String.Empty | A Unit that represents the spacing value. |
Remarks
Use the TabSpacing property to define the spacing between the adjacent tabs within the tabbed layout group.
See Also