Skip to main content
Tab

ASPxCalendar.PrevLargePeriodImage Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
ImagePropertiesEx String.Empty

An ImageProperties object that contains the image settings.

See Also