This documentation is archived and is not being maintained.
DataGrid.DeleteCommandName Field
.NET Framework 1.1
Represents the Delete command name. This field is read-only.
[Visual Basic] Public Const DeleteCommandName As String [C#] public const string DeleteCommandName; [C++] public: const String* DeleteCommandName; [JScript] public var DeleteCommandName : String;
Remarks
Use the DeleteCommandName field to represent the Delete 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 | EditCommandName | UpdateCommandName | CancelCommandName | PageCommandName | NextPageCommandArgument | PrevPageCommandArgument
Show: