Back to Devexpress

CalendarProperties.FastNavMonthStyle Property

aspnet-devexpress-dot-web-dot-calendarproperties-9b3dfe6a.md

latest1.6 KB
Original Source

CalendarProperties.FastNavMonthStyle Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CalendarFastNavItemStyle FastNavMonthStyle { get; }
vb
Public ReadOnly Property FastNavMonthStyle As CalendarFastNavItemStyle

Property Value

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

Note

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

See Also

Calendar

CalendarProperties Class

CalendarProperties Members

DevExpress.Web Namespace