CalendarProperties.FastNavMonthStyle Property
Gets the style settings for the months displayed in the calendar’s fast navigation panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
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