[]
Used by C1DbNavigator.VisibleButtons property.
[Flags]
[TypeConverter(typeof(NavigatorButtonConverter))]
public enum NavigatorButtonFlags
| Name | 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. |