CalendarProperties.FastNavYearStyle Property
Gets the style settings for the years displayed in the calendar’s fast navigation panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
CalendarFastNavItemStyle | A CalendarFastNavItemStyle object defining the common appearance of years within the fast navigation panel. |
Remarks
The image below displays the border settings changed for the fast navigation panel’s years.
Note
The FastNavYearStyle property synchronizes its value with the editor’s ASPxCalendar.FastNavYearStyle property.
See Also