'Declaration
Public Enum NavigatorButtonFlags Inherits System.Enum
public enum NavigatorButtonFlags : System.Enum
'Declaration
Public Enum NavigatorButtonFlags Inherits System.Enum
public enum NavigatorButtonFlags : System.Enum
Member | Description |
---|---|
Add | Adds a new row to the table. |
All | All buttons. |
Apply | Ends edit mode for the current row. |
Cancel | Cancels (reverts) modifications in the current row. |
Delete | Deletes the current row. |
Edit | Fires the Editing event. |
First | Moves to the first row. |
Last | Moves to the last row. |
Navigation | First + Previous + Next + Last buttons |
Next | Moves to the next row. |
None | No buttons. |
Previous | Moves to the previous row. |
Refresh | Fires the RefreshData event. |
Update | Fires the UpdateData event. |
System.Object
System.ValueType
System.Enum
C1.Win.C1Input.NavigatorButtonFlags