DataFormGroup.HeaderPadding Property
Gets or sets the distance between the edges of the group header and its content. This is a bindable property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Thickness HeaderPadding { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Thickness | .nan | The padding. |
See Also