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

PanelStyle.Paddings Property

Gets the padding settings of the current style.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public virtual 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 style.

See Also