LayoutGroup.UseDefaultPaddings Property
In This Article
Specifies if the layout group is displayed with default paddings, or the paddings should be hidden.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
#Remarks
Set the UseDefaultPaddings property to false
to hide the default paddings of the layout group.
See Also