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