DateEdit.PickerPadding Property
In This Article
Gets or sets the padding of the default picker. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public Thickness PickerPadding { get; set; }
#Property Value
Type | Description |
---|---|
Thickness | The padding. |
See Also