RadCalendar for ASP.NET

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


Gets the style properties for the Calendar table container.   

 

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

Syntax

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

Return Value

A TableItemStyle that contains the style properties for the Calendar table container.

Requirements

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

See Also