Class SfNavigator.Direction
Represents an enum list for the direction used to navigate the records in the previous and next directions.
Inheritance
System.Object
SfNavigator.Direction
Namespace: Syncfusion.UI.Xaml.Controls
Assembly: Syncfusion.SfShared.UWP.dll
Syntax
public sealed class Direction : Enum
Fields
Next
Navigate to the Next item
Declaration
public const SfNavigator.Direction Next
Field Value
Type |
---|
SfNavigator.Direction |
Previous
Navigate to the Previous item
Declaration
public const SfNavigator.Direction Previous
Field Value
Type |
---|
SfNavigator.Direction |