RadGrid for ASP.NET

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


Gets or sets the default position of the GridCommandItem as defined by the GridCommandItemDisplay. The possible values are:

  • None - this is the default value - the command item will not be rendered
  • Top - the command item will be rendered on the top of the grid
  • Bottom - the command item will be rendered on the bottom of the grid
  • TopAndBottom - the command item will be rendered both on top and bottom of the grid.
  

 

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

Syntax

Visual Basic (Declaration) 
Public Property CommandItemDisplay As GridCommandItemDisplay
Visual Basic (Usage)Copy Code
Dim instance As GridTableView
Dim value As GridCommandItemDisplay
 
instance.CommandItemDisplay = value
 
value = instance.CommandItemDisplay
C# 
public GridCommandItemDisplay CommandItemDisplay {get; set;}

Return Value

A GridCommandItemDisplay proprty which define the default position of the GridCommandItem.

Requirements

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

See Also