Xceed Toolkit Plus for WPF v4.6 Documentation
PagingBehavior Enumeration


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace : PagingBehavior Enumeration
Value representing the paging behavior of a grid when the page-up and page-down buttons are pressed.
Syntax
'Declaration
 
Public Enum PagingBehavior 
   Inherits System.Enum
'Usage
 
Dim instance As PagingBehavior
public enum PagingBehavior : System.Enum 
Members
MemberDescription
LeftToRightThe grid pages from left to right.
TopToBottomThe grid pages from top to bottom.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Wpf.DataGrid.PagingBehavior

Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, 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

Reference

Xceed.Wpf.DataGrid Namespace

Properties

PagingBehavior Property (DataGridControl Class)