LayoutItem.Paddings Property
Gets the padding settings of a layout item.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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