RadGrid for ASP.NET

RadGrid Send comments on this topic.
PerformInsertCommandName Field
See Also 
Telerik.WebControls Namespace > RadGrid Class : PerformInsertCommandName Field


Represents the "PerformInsert" command name. This field is read-only. 

 

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

Syntax

Visual Basic (Declaration) 
Public Shared PerformInsertCommandName As String
Visual Basic (Usage)Copy Code
Dim value As String
 
value = RadGrid.PerformInsertCommandName
 
RadGrid.PerformInsertCommandName = value
C# 
public static string PerformInsertCommandName

Remarks

Use the PerformInsertCommandName field to represent the "PerformInsert" command name. This command enters the new record into the database.

Requirements

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

See Also