CalendarProperties.WeekNumberStyle Property
Gets the style properties for the week number markers in the calendar.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
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