Skip to main content

DataFormViewActualAppearance.EditorPadding Property

Gets the editor’s padding value that is applied to the DataFormView. To specify this value, use the EditorPadding property.

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Thickness EditorPadding { get; }

Property Value

Type Description
Thickness

The editor’s padding.

See Also