This documentation is archived and is not being maintained.
DataGrid.EditCommandName Field
.NET Framework 1.1
Represents the Edit command name. This field is read-only.
[Visual Basic] Public Const EditCommandName As String [C#] public const string EditCommandName; [C++] public: const String* EditCommandName; [JScript] public var EditCommandName : String;
Remarks
Use the EditCommandName field to represent the Edit command name.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
DataGrid Class | DataGrid Members | System.Web.UI.WebControls Namespace | SortCommandName | SelectCommandName | DeleteCommandName | UpdateCommandName | CancelCommandName | PageCommandName | NextPageCommandArgument | PrevPageCommandArgument
Show: