Class NavigationButtons
Defines constants that describes the types of numeric buttons available in the SfDataPager.
Inheritance
System.Object
NavigationButtons
Namespace: Syncfusion.Maui.DataGrid.DataPager
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public sealed class NavigationButtons : Enum
Fields
FirstPageButton
Specifies the numeric button at the left extreme position which upon clicking always navigates to the first page.
Declaration
public const NavigationButtons FirstPageButton
Field Value
Type |
---|
NavigationButtons |
LastPageButton
Specifies the numeric button at the right extreme position which upon clicking always navigates to the last page.
Declaration
public const NavigationButtons LastPageButton
Field Value
Type |
---|
NavigationButtons |
NextPageButton
Specifies the numeric button at the second right extreme position which upon clicking always navigates to the next page.
Declaration
public const NavigationButtons NextPageButton
Field Value
Type |
---|
NavigationButtons |
NumericButton
Specifies the numeric buttons in the scrolling region which navigates to the appropriate page upon clicking based on its index.
Declaration
public const NavigationButtons NumericButton
Field Value
Type |
---|
NavigationButtons |
PreviousPageButton
Specifies the numeric button at the second left extreme position which upon clicking always navigates to the previous page.
Declaration
public const NavigationButtons PreviousPageButton
Field Value
Type |
---|
NavigationButtons |