Skip to main content

DXCalendarActualAppearance.VerticalCellSpacing Property

Gets the vertical cell spacing value that is applied to the DXCalendar. To specify this value, use the VerticalCellSpacing property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public double VerticalCellSpacing { get; }

Property Value

Type Description
Double

The vertical cell spacing.

See Also