RadGrid for ASP.NET

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


Gets or sets the folder where the skins for Telerik RadGrid reside. By default this is ~/RadControls/Grid/Skins folder.   

 

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

Syntax

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

Return Value

The relative path to the skins folder as String. The default value is ~/RadControls/Grid/Skins.

Requirements

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

See Also