Back to Devexpress

ASPxCalendar.NextLargePeriodImage Property

aspnet-devexpress-dot-web-dot-aspxcalendar-965445c8.md

latest1.4 KB
Original Source

ASPxCalendar.NextLargePeriodImage Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
ImagePropertiesExString.Empty

An ImagePropertiesEx object that contains the image settings.

|

Remarks

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

See Also

ASPxCalendar Class

ASPxCalendar Members

DevExpress.Web Namespace