DateEditActualAppearance.PickerVerticalCellSpacing Property
Gets the picker cell’s vertical spacing value that is applied to the DateEdit. To specify this value, use the PickerVerticalCellSpacing property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public double PickerVerticalCellSpacing { get; }
Property Value
Type | Description |
---|---|
Double | The picker cell’s vertical spacing. |
See Also