RadGrid for ASP.NET

RadGrid Send comments on this topic.
GridTableFrame Enumeration
See Also  
Telerik.WebControls Namespace : GridTableFrame Enumeration


The frame attribute for a table specifies which sides of the frame surrounding the table will be visible.  

 

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

Syntax

Visual Basic (Declaration) 
Public Enum GridTableFrame 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As GridTableFrame
C# 
public enum GridTableFrame : Enum 

Members

MemberDescription
VoidNo sides.
AboveThe top side only.
BelowThe bottom side only.
HSidesThe top and bottom sides only.
LHSThe left-hand side only.
RHSThe right-hand side only.
VSidesThe right and left sides only.
BoxAll four sides.
BorderAll four sides

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Telerik.WebControls.GridTableFrame

Requirements

Namespace: Telerik.WebControls

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

Assembly: RadGrid (in RadGrid.dll)

See Also