Table of Contents
EnableOtherMonthDays Property

Gets or sets a boolean value to enable/disable day cells that do not belong to the current month.

Syntax
 public Boolean EnableOtherMonthDays { get; set; }
Remarks

By default, day cells that do not belong to the current month are disabled even if displayed. Set this property to true to enable them.

See Also