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