Back to Devexpress

CalendarProperties.WeekNumberStyle Property

aspnet-devexpress-dot-web-dot-calendarproperties-85ecb9ef.md

latest1.7 KB
Original Source

CalendarProperties.WeekNumberStyle Property

Gets the style properties for the week number markers in the calendar.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CalendarElementStyle WeekNumberStyle { get; }
vb
Public ReadOnly Property WeekNumberStyle As CalendarElementStyle

Property Value

TypeDescription
CalendarElementStyle

A CalendarElementStyle object defining the appearance of week numbers.

|

Remarks

Use the WeekNumberStyle property to access style settings that define the appearance of the calendar’s week numbers. Note that if the ASPxCalendar.ShowWeekNumbers property is set to false, the week number section is not displayed and so the WeekNumberStyle property is not in effect.

Note

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

See Also

Calendar

CalendarProperties Class

CalendarProperties Members

DevExpress.Web Namespace