FormGroupItem.HeaderMargin Property
Gets or sets the distance between the header and other form group elements. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Thickness HeaderMargin { get; set; }
Property Value
Type | Description |
---|---|
Thickness | Specifies the header margin. |
See Also