DataFormGroup.ContentPadding Property
In This Article
Gets or sets the distance between editors and the data form’s borders or group headers.
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public Thickness ContentPadding { get; set; }
#Property Value
Type |
---|
Thickness |
See Also