Class ScrollOrientation
Defines constants that describes the possible orientation for SfDataPager.
Inheritance
System.Object
ScrollOrientation
Namespace: Syncfusion.SfDataGrid.DataPager
Assembly: Syncfusion.SfDataGrid.Android.dll
Syntax
public sealed class ScrollOrientation : Enum
Fields
Horizontal
Sets the orientation of the SfDataPager to horizontal.
Declaration
public const ScrollOrientation Horizontal
Field Value
Type |
---|
ScrollOrientation |
Vertical
Sets the orientation of the SfDataPager to vertical.
Declaration
public const ScrollOrientation Vertical
Field Value
Type |
---|
ScrollOrientation |