DataFormView.EditorPadding Property
Gets or sets the distance between edges of the data form’s items and their content (editors and labels). This is a bindable property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Thickness EditorPadding { get; set; }
Property Value
Type | Description |
---|---|
Thickness | The padding. |
Remarks
See Also