Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

Calendar.OtherMonthDayStyle Property

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

[Visual Basic]
Public Property OtherMonthDayStyle As ElementStyle
[C#]
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

Calendar Class | EO.Web Namespace


Direct link to this topic