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