Table of Contents
EnableDayHeaderSelector Property

Gets or sets a value indicating whether user can click a day header to select the whole column in that month. This is a dependency property.

Syntax
 public Boolean EnableDayHeaderSelector { get; set; }
Remarks

When this property is set to true and SelectionMode is not set to Single, user will be able to click a day header to select the whole column in that month. For example, clicking the day header for "Monday" will select all Mondays in that month.

See Also