DataFormItem.Padding Property
In This Article
Gets or sets the distance between the data form item’s edges and content (editor and label). This is a bindable property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public Thickness Padding { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Thickness | .nan | The data form item’s padding. |
#Remarks
See Also