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
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also