Skip to main content
A newer version of this page is available. .
Tab

CalendarProperties.WeekNumberStyle Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public CalendarElementStyle WeekNumberStyle { get; }

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