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

CalendarProperties.FastNavMonthAreaStyle Property

Gets the style properties for the fast navigation panel’s section that displays months.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public CalendarElementStyle FastNavMonthAreaStyle { get; }

Property Value

Type Description
CalendarElementStyle

A CalendarElementStyle object defining the appearance of the fast navigation panel’s month section.

Remarks

The image below displays the background color changed for the fast navigation panel’s month area.

ASPxCalendar_FastNavMonthAreaStyle.png

Note

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

See Also