DateEdit.PickerCellMinSize Property
In This Article
Gets or sets the minimum size of cells in the default picker.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public double PickerCellMinSize { get; set; }
#Property Value
Type | Description |
---|---|
Double | A value that specifies a minimum size. |
See Also