Table of Contents
OtherMonthDayVisible Property

Gets or sets a boolean value to show/hide day cells that do not belong to current month.

Syntax
 public Boolean OtherMonthDayVisible { get; set; }
Remarks

Gets or sets a boolean value to show/hide day cells that do not belong to current month.

By default, this property is false. If this property is true, those day cells will apply OtherMonthDayStyle if specified.

See Also