Back to Devexpress

CalendarProperties.NextLargePeriodImage Property

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

latest1.4 KB
Original Source

CalendarProperties.NextLargePeriodImage Property

Gets the settings of an image that is displayed in the calendar’s NextYear 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 ImageProperties object that contains the image settings.

|

Remarks

The NextLargePeriodImage property synchronizes its value with the ASPxCalendar.NextLargePeriodImage property.

See Also

CalendarProperties Class

CalendarProperties Members

DevExpress.Web Namespace