Skip to main content
A newer version of this page is available. .
Tab

ASPxTabControlBase.Paddings Property

Gets the padding settings of a tab control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public Paddings Paddings { get; }

Property Value

Type Description
Paddings

A Paddings object that contains padding settings.

Remarks

The Paddings property provides access to the padding settings which are defined by the current tab control. Paddings defined at the control level are considered as the amount of space between the outer boundary of the control and the boundaries of its tabs.

See Also