DataFormView.EditorPadding Property
Gets or sets the distance between edges of the data form’s items and their content (editors and labels).
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
Declaration
public Thickness EditorPadding { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.Maui.Thickness | An object that specifies padding for the data form’s items. |
Remarks
See Also