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