CalendarProperties.WeekNumberStyle Property
In This Article
Gets the style properties for the week number markers in the calendar.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public CalendarElementStyle WeekNumberStyle { get; }
#Property Value
Type | Description |
---|---|
Calendar |
A Calendar |
#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 Week
See Also