Back to Devexpress

CalendarProperties.FastNavStyle Property

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

latest1.5 KB
Original Source

CalendarProperties.FastNavStyle Property

Gets the common style settings for the calendar’s fast navigation panel.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CalendarFastNavStyle FastNavStyle { get; }
vb
Public ReadOnly Property FastNavStyle As CalendarFastNavStyle

Property Value

TypeDescription
CalendarFastNavStyle

A CalendarFastNavStyle object defining the appearance of the calendar’s fast navigation panel.

|

Remarks

The image below displays the background color and font settings changed for the calendar’s fast navigation panel.

Note

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

See Also

Calendar

CalendarProperties Class

CalendarProperties Members

DevExpress.Web Namespace