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

CalendarProperties.FastNavYearStyle Property

Gets the style settings for the years displayed in the calendar’s fast navigation panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public CalendarFastNavItemStyle FastNavYearStyle { get; }

Property Value

Type Description
CalendarFastNavItemStyle

A CalendarFastNavItemStyle object defining the common appearance of years within the fast navigation panel.

Remarks

The image below displays the border settings changed for the fast navigation panel’s years.

ASPxCalendar_FastNavYearStyle.png

Note

The FastNavYearStyle property synchronizes its value with the editor’s ASPxCalendar.FastNavYearStyle property.

See Also