DataFormGroup.HeaderPadding Property
In This Article
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
C#
public Thickness HeaderPadding { get; set; }
#Property Value
Type |
---|
Thickness |
See Also