Table of Contents
OtherMonthDayStyle Property

When OtherMonthDayVisible is true, use this property to specify the appearance for day cells that do not belong to current month.

Syntax
 public ElementStyle OtherMonthDayStyle { get; set; }
Remarks

When OtherMonthDayVisible is true, use this property to specify the appearance for day cells that do not belong to current month. If this property is not set, DisabledDayStyle will apply for those day cells.

When OtherMonthDayVisible is false, this property is ignored.

See Also