Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

CalendarProperties.PrevYearImage Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("")]
public ImagePropertiesEx PrevYearImage { get; }

Property Value

Type Default Description
ImagePropertiesEx String.Empty

A ImagePropertiesEx object that contains the image settings.

Remarks

Use the PrevYearImage property to specify an image for the PrevYear button. Note that if the ASPxCalendar.EnableYearNavigation property is set to false, the NextYear and PrevYear buttons are not displayed, so the PrevYearImage property is not in effect.

Note

The PrevYearImage property synchronizes its value with the editor’s ASPxCalendar.PrevYearImage property.

See Also