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

CalendarProperties.PrevMonthImage Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

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

Property Value

Type Default Description
ImagePropertiesEx String.Empty

A ImagePropertiesEx object that contains the image settings.

Remarks

Use the PrevMonthImage property to specify an image for the PrevMonth button. Note that if the ASPxCalendar.EnableMonthNavigation property is set to false, the NextMonth and PrevMonth buttons are not displayed, so the PrevMonthImage property is not in effect.

Note

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

See Also