Skip to main content
All docs
V19.2
Tab

ASPxCalendar.FastNavPrevPeriodImage Property

Gets the settings of an image that is displayed in the button element used to switch to the previous period within the calendar’s fast navigation area.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
ImageProperties String.Empty

An ImageProperties object that contains image settings.

Remarks

This property is a wrapper of the CalendarProperties.FastNavPrevPeriodImage property.

See Also