Skip to main content

DateEdit.PickerHorizontalCellSpacing Property

Gets or sets the horizontal 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 PickerHorizontalCellSpacing { get; set; }

#Property Value

Type Description
Double

A value that specifies a spacing.

See Also