CalendarProperties.FastNavNextYearImage Property
Gets the settings of an image that is displayed in the fast navigation panel’s NextYear button element.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
ImageProperties | String.Empty | An ImageProperties object that contains the image settings. |
Remarks
Use the FastNavNextYearImage property to specify an image for the NextYear button displayed within the calendar’s fast navigation panel. Note that if the CalendarProperties.EnableLargePeriodNavigation (ASPxCalendar.EnableLargePeriodNavigation) property is set to false
, the fast navigation panel’s NextYear and PrevYear buttons are not displayed, so the FastNavNextYearImage property is not in effect.
Note
The FastNavNextYearImage property synchronizes its value with the calendar’s ASPxCalendar.FastNavNextYearImage property.