A newer version of this page is available.
Switch to the current version.
FormLayoutProperties.UseDefaultPaddings Property
Specifies if the root layout group is displayed with default paddings, or the paddings should be hidden.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[DefaultValue(true)]
public bool UseDefaultPaddings { get; set; }
<DefaultValue(True)>
Public Property UseDefaultPaddings As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true, to display the root layout group with default paddings; false, to display the root layout group without paddings (with zero paddings). |
Remarks
Set the UseDefaultPaddings property to false to hide the default paddings of the root layout group.
See Also
Feedback