Skip to main content

DateEditActualAppearance.PickerPadding Property

Gets the picker’s padding value that is applied to the DateEdit. To specify this value, use the PickerPadding property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Thickness PickerPadding { get; }

Property Value

Type Description
Thickness

The picker’s padding.

See Also