RadCalendar for ASP.NET

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


Gets the style properties applied when hovering over the Calendar days.   

 

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

Syntax

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

Return Value

A TableItemStyle that contains the style properties applied when hovering over the Calendar days.

Requirements

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

See Also