RadGrid for ASP.NET

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


Specifies the position of the CommandItem in Telerik RadGrid.  

 

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

Syntax

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

Members

MemberDescription
NoneThere will be no command item.
TopThe command item will be above the Telerik RadGrid
BottomThe command item will be on the bottom of Telerik RadGrid
TopAndBottom The command item will be both on the top and bottom of Telerik RadGrid.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Telerik.WebControls.GridCommandItemDisplay

Requirements

Namespace: Telerik.WebControls

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

Assembly: RadGrid (in RadGrid.dll)

See Also