Version

XamGridPagingCommand Enumeration

An enumeration of available commands for paging.
Syntax
'Declaration
 
Public Enum XamGridPagingCommand 
   Inherits System.Enum
public enum XamGridPagingCommand : System.Enum 
Members
MemberDescription
FirstPageGoes to the first page of data.
GoToPageGoes to a expressed page of data.
LastPageGoes to the last page of data.
NextPageGoes to the next page of data.
PreviousPageGoes to the previous page of data.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also