RadCalendar for ASP.NET

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


Gets or sets the relative path to the Skin folder.   

 

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

Syntax

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

Remarks

The ~ at the begining of the SkinPath denotes the application root path.

Requirements

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

See Also