Skip to main content

DateEdit.PickerVerticalCellSpacing Property

Gets or sets the vertical spacing between cells in the default picker.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
public double PickerVerticalCellSpacing { get; set; }

#Property Value

Type Description
Double

A value that specifies a spacing.

See Also