FormLayoutProperties.Paddings Property
Gets the editor’s padding settings.
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 provides access to the padding settings which are defined by the form layout. Paddings defined at the editor level are considered to be the amount of space between the outer boundary of the editor and the boundaries of its contents.
See Also