DataFormGroup.HeaderPadding Property
Gets or sets the distance between the edges of the group header and its content.
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public Thickness HeaderPadding { get; set; }
Property Value
| Type |
|---|
| Thickness |
See Also