DataFormGroup.ContentPadding Property
Gets or sets the distance between editors and the data form’s borders or group headers. This is a bindable property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Thickness ContentPadding { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Thickness | .nan | The distance between editors and the data form’s borders or group headers |
See Also