ASPxTabControlBase.Paddings Property
Gets the padding settings of a tab control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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