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

Calendar.EnableOtherMonthDays Property

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

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

Calendar Class | EO.Web Namespace


Direct link to this topic