ShowWeekNumbers Property

WebControls UltimateCalendar

UltimateCalendar Class Library

UltimateCalendar.ShowWeekNumbers Property

Gets or sets whether showing week numbers when weeks are selectable.

[Visual Basic] Public Property ShowWeekNumbers As Boolean
[C#]
public bool ShowWeekNumbers {get; set;}

Property Value

Indicates whether showing week numbers when weeks are selectable. The default value is false.

Remarks

Use this property to get or set whether showing week numbers when weeks are selectable.

Note that when set to true it automatically sets SelectionMode to DayWeek in order to show week numbers.

See Also

UltimateCalendar Class | Karamasoft.WebControls.UltimateCalendar Namespace