[]
        
(Showing Draft Content)

C1.Win.C1Input.NavigatorButtonFlags

NavigatorButtonFlags Enum

Used by C1DbNavigator.VisibleButtons property.

Namespace: C1.Win.C1Input
Assembly: C1.Win.C1Input.4.8.dll
Syntax
[Flags]
[TypeConverter(typeof(NavigatorButtonConverter))]
public enum NavigatorButtonFlags

Fields

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.