Skip to main content

DXCalendarActualAppearance.HorizontalCellSpacing Property

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

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public double HorizontalCellSpacing { get; }

Property Value

Type Description
Double

The horizontal cell spacing.

See Also