CalendarProperties.FastNavStyle Property
Gets the common style settings for the calendar’s fast navigation panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
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