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