Back to Devexpress

ASPxCalendar.NextPeriodImage Property

aspnet-devexpress-dot-web-dot-aspxcalendar-6a3655d4.md

latest1.4 KB
Original Source

ASPxCalendar.NextPeriodImage 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 NextPeriodImage { get; }
vb
<DefaultValue("")>
Public ReadOnly Property NextPeriodImage As ImagePropertiesEx

Property Value

TypeDefaultDescription
ImagePropertiesExString.Empty

An ImageProperties object that contains the image settings.

|

Remarks

This property is a wrapper of the CalendarProperties.NextPeriodImage property. Refer to its description for more information.

See Also

ASPxCalendar Class

ASPxCalendar Members

DevExpress.Web Namespace