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