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