Skip to main content
All docs
V19.2
Tab

CalendarProperties.NextMonthImage Property

Gets the settings of an image displayed in the calendar’s NextMonth button element.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
ImagePropertiesEx String.Empty

A ImagePropertiesEx object that contains the image settings.

Remarks

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

Note

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

See Also