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

CalendarProperties.FastNavMonthStyle Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public CalendarFastNavItemStyle FastNavMonthStyle { get; }

Property Value

Type Description
CalendarFastNavItemStyle

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

Remarks

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

ASPxCalendar_FastNavMonthStyle.png

Note

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

See Also