ComponentOne Input for WinForms
NavigatorButtonFlags Enumeration

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace : NavigatorButtonFlags Enumeration
Used by C1DbNavigator.VisibleButtons property.
Syntax
'Declaration
 
Public Enum NavigatorButtonFlags 
   Inherits System.Enum
public enum NavigatorButtonFlags : System.Enum 
Members
MemberDescription
AddAdds a new row to the table.
AllAll buttons.
ApplyEnds edit mode for the current row.
CancelCancels (reverts) modifications in the current row.
DeleteDeletes the current row.
EditFires the Editing event.
FirstMoves to the first row.
LastMoves to the last row.
NavigationFirst + Previous + Next + Last buttons
NextMoves to the next row.
NoneNo buttons.
PreviousMoves to the previous row.
RefreshFires the RefreshData event.
UpdateFires the UpdateData event.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Input.NavigatorButtonFlags

See Also

Reference

C1.Win.C1Input Namespace