Class ArrowType
An identifier for various arrow buttons in a ArrowButtonBar.
Inheritance
System.Object
ArrowType
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public sealed class ArrowType : Enum
Fields
AddNew
The "AddNew item" button for items in a table.
Declaration
public const ArrowType AddNew
Field Value
| Type |
|---|
| ArrowType |
All
All buttons.
Declaration
public const ArrowType All
Field Value
| Type |
|---|
| ArrowType |
First
The "first item" button.
Declaration
public const ArrowType First
Field Value
| Type |
|---|
| ArrowType |
Last
The "last item" button.
Declaration
public const ArrowType Last
Field Value
| Type |
|---|
| ArrowType |
Next
The "next item" button.
Declaration
public const ArrowType Next
Field Value
| Type |
|---|
| ArrowType |
None
None.
Declaration
public const ArrowType None
Field Value
| Type |
|---|
| ArrowType |
Previous
The "previous item" button.
Declaration
public const ArrowType Previous
Field Value
| Type |
|---|
| ArrowType |