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

CalendarProperties.NextYearImage Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

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

Property Value

Type Default Description
ImagePropertiesEx String.Empty

A ImagePropertiesEx object that contains the image settings.

Remarks

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

Note

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

See Also