Back to Devexpress

CalendarProperties.NextPeriodImage Property

aspnet-devexpress-dot-web-dot-calendarproperties-027b9f56.md

latest1.4 KB
Original Source

CalendarProperties.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

Note

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

See Also

CalendarProperties Class

CalendarProperties Members

DevExpress.Web Namespace