Skip to main content
Tab

LayoutItem.Paddings Property

Gets the padding settings of a layout item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual Paddings Paddings { get; }

Property Value

Type Description
Paddings

A Paddings object that contains padding settings.

Remarks

The Paddings property can be used only to enlarge the layout item paddings. Use the ParentContainerStyle.Paddings property to reduce paddings that are passed from the container level (a group or form layout).

See Also