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