RadGrid for ASP.NET

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


Gets or sets the name of the Skin that Telerik RadGrid will use. The name of the skin is actually the name of the subfolder of ~/RadControls/Grid/Skins, where the stylesheet and images for this skin reside.

The folder that holds the skins can be changed using the SkinsPath Property.

  

 

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

Syntax

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

Return Value

The name of the skin as String.

Remarks

There are three possible scenarios for using this property:

  • Leave this property unset or set it to "Default" - the default skin, common for the Telerik RadControls for ASP.NET suite will be used
  • Set the name of the grid skin - the skin will be applied
  • Set this property to "none" - no skin will be applied. Only the default grid images (for Expand/Collapse, Sort, Edit, etc) will be used. Use this option if you have own appearance customizations for prevous Telerik RadGrid versions.

Requirements

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

See Also