RadCalendar for ASP.NET

RadCalendar Send comments on this topic.
OtherMonthDayStyle Property
See Also 
Telerik.WebControls Namespace > RadCalendar Class : OtherMonthDayStyle Property


Gets the style properties for the days on the Calendar control that are not in the displayed month.   

 

Namespace: Telerik.WebControls
Assembly: RadCalendar (in RadCalendar.dll)

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property OtherMonthDayStyle As TableItemStyle
Visual Basic (Usage)Copy Code
Dim instance As RadCalendar
Dim value As TableItemStyle
 
value = instance.OtherMonthDayStyle
C# 
public TableItemStyle OtherMonthDayStyle {get;}

Return Value

A TableItemStyle that contains the style properties for the days on the Calendar control that are not in the displayed month.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also