Skip to main content
A newer version of this page is available. .
Tab

CalendarFastNavStyle.MonthYearSpacing Property

Gets or sets the vertical spacing between the fast navigation panel’s sections that display months and years.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(typeof(Unit), "")]
public Unit MonthYearSpacing { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit that represents the spacing value.

See Also