Skip to main content
A newer version of this page is available. .
Tab

CalendarProperties.FastNavPrevYearImage Property

Gets the settings of an image that is displayed in the fast navigation panel’s PrevYear button element.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("")]
public ImageProperties FastNavPrevYearImage { get; }

Property Value

Type Default Description
ImageProperties String.Empty

An ImageProperties object that contains the image settings.

Remarks

Use the FastNavPrevYearImage property to specify an image for the PrevYear button displayed within the calendar’s fast navigation panel. Note that if the CalendarProperties.EnableYearNavigation (ASPxCalendar.EnableYearNavigation) property is set to false, the fast navigation panel’s NextYear and PrevYear buttons are not displayed, so the FastNavPrevYearImage property is not in effect.

Note

The FastNavPrevYearImage property synchronizes its value with the calendar’s ASPxCalendar.FastNavPrevYearImage property.

See Also