RadCalendar for ASP.NET

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


Gets the style properties of the title heading for the Calendar control.   

 

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

Syntax

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

Return Value

A TableItemStyle that contains the style properties of the title heading for the Calendar.

Requirements

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

See Also