BindingNavigator
Wisej.Web.BindingNavigator
Last updated
Was this helpful?
Wisej.Web.BindingNavigator
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents the navigation and manipulation user interface (UI) for controls that are bound to a data source.
Initializes a new instance of the class with the specified as the data source.
bindingSource
Initializes a new instance of the class, indicating whether to display the standard navigation user interface (UI).
addStandardItems
true to show the standard navigational UI; otherwise, false.
When the control is docked, this property is managed automatically.
Disables updates to the controls of during the component's initialization.
Enables updates to the controls after the component's initialization has completed.
Causes validation to occur and returns whether validation was successful.
Bindable components implement this interface.
All wisej components implement this interface.
Allows an object to serialize itself.
The used as a data source.
: Returns or sets the "Add New" button.
: Returns or sets the component that is the source of data.
: Returns or sets the control that displays the total number of items in the associated .
: Gets or sets a string used to format the information displayed in the control.
: Returns or sets the "Delete" button.
: Returns or sets the "Move First" button.
: Returns or sets the "Move Last" button.
: Returns or sets the "Move Next" button.
: Returns or sets the "Move Previous" button.
: Returns or sets a value indicating the horizontal or vertical orientation of the control.
: Returns or sets the TextBox control that displays the current position within the associated .
: Returns or sets the text to display on the tab.
Adds the standard set of navigation items to the control.
Returns: . true if validation was successful and focus can shift to the ; otherwise, false.
Fired when the state of the navigational user interface (UI) needs to be refreshed to reflect the current state of the underlying data source.
Fired when the value of the property changes.
All wisej controls derived from the class must implement this interface.