Class DataPagerButtonShape
Defines constant that specify the shape of the buttons in the data pager.
Inheritance
System.Object
DataPagerButtonShape
Namespace: Syncfusion.Maui.DataGrid.DataPager
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public sealed class DataPagerButtonShape : Enum
Fields
Circle
Specifies that the buttons will be rectangular in shape.
Declaration
public const DataPagerButtonShape Circle
Field Value
Type |
---|
DataPagerButtonShape |
Rectangle
Specifies that the buttons will be circular in shape. This is the default value.
Declaration
public const DataPagerButtonShape Rectangle
Field Value
Type |
---|
DataPagerButtonShape |