Back to Devexpress

CalendarProperties.FastNavMonthAreaStyle Property

aspnet-devexpress-dot-web-dot-calendarproperties-e323fec0.md

latest1.6 KB
Original Source

CalendarProperties.FastNavMonthAreaStyle Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CalendarElementStyle FastNavMonthAreaStyle { get; }
vb
Public ReadOnly Property FastNavMonthAreaStyle As CalendarElementStyle

Property Value

TypeDescription
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.

Note

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

See Also

Calendar

CalendarProperties Class

CalendarProperties Members

DevExpress.Web Namespace