DataFormViewActualAppearance.ContentPadding Property
Gets the content padding value that is applied to the DataFormView. To specify this value, use the ContentPadding property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Thickness ContentPadding { get; }
Property Value
Type | Description |
---|---|
Thickness | The content padding. |
See Also