Back to Devexpress

CalendarProperties.PrevPeriodImage Property

aspnet-devexpress-dot-web-dot-calendarproperties-ea0d9e06.md

latest1.2 KB
Original Source

CalendarProperties.PrevPeriodImage Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public ImagePropertiesEx PrevPeriodImage { get; }
vb
<DefaultValue("")>
Public ReadOnly Property PrevPeriodImage As ImagePropertiesEx

Property Value

TypeDefaultDescription
ImagePropertiesExString.Empty

An ImageProperties object that contains the image settings.

|

See Also

CalendarProperties Class

CalendarProperties Members

DevExpress.Web Namespace