RadCalendar for ASP.NET

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


Gets or sets the Cascading Style Sheet (CSS) class rendered by the Web server control on the client.   

 

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

Syntax

Visual Basic (Declaration) 
Overrides Public Property CssClass As String
Visual Basic (Usage)Copy Code
Dim instance As RadCalendar
Dim value As String
 
instance.CssClass = value
 
value = instance.CssClass
C# 
public override string CssClass {get; set;}

Return Value

The CSS class rendered by the Web server control on the client. The default is calendarWrapper_[skin name].

Requirements

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

See Also