Table of Contents
EnableWeekSelector Property

Gets or sets a value that indicates whether week selection is enabled or not. This is a dependency property.

Syntax
 public Boolean EnableWeekSelector { get; set; }

Property Value

True to enable week selection; otherwise false. The default value is false.

Remarks

Note that week selection can only be activated if the SelectionMode is set to Multiple or Extended.

Note that in order to use week selection after enabling it, ShowWeekNumber must be set to true.

See Also