BindingNavigator

Wisej.Web.BindingNavigator

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents the navigation and manipulation user interface (UI) for controls that are bound to a data source.

public class BindingNavigator : FlowLayoutPanel, ISupportInitialize

Constructors

Initializes a new instance of the BindingNavigator class with the specified BindingSource as the data source.

NameTypeDescription

bindingSource

The BindingSource used as a data source.

Initializes a new instance of the BindingNavigator class, indicating whether to display the standard navigation user interface (UI).

NameTypeDescription

addStandardItems

true to show the standard navigational UI; otherwise, false.

Properties

Button: Returns or sets the "Add New" button.

BindingSource: Returns or sets the BindingSource component that is the source of data. (Default: null)

Label: Returns or sets the control that displays the total number of items in the associated BindingSource.

String: Gets or sets a string used to format the information displayed in the CountItem control.

Button: Returns or sets the "Delete" button.

Button: Returns or sets the "Move First" button.

Button: Returns or sets the "Move Last" button.

Button: Returns or sets the "Move Next" button.

Button: Returns or sets the "Move Previous" button.

Orientation: Returns or sets a value indicating the horizontal or vertical orientation of the BindingNavigator control.

When the control is docked, this property is managed automatically.

TextBox: Returns or sets the TextBox control that displays the current position within the associated BindingSource.

String: Returns or sets the text to display on the tab. (Default: "")

Methods

Adds the standard set of navigation items to the BindingNavigator control.

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.

Returns: Boolean. true if validation was successful and focus can shift to the BindingNavigator; otherwise, false.

Events

EventHandler Fired when the state of the navigational user interface (UI) needs to be refreshed to reflect the current state of the underlying data source.

EventHandler Fired when the value of the Text property changes.

Implements

NameDescription

Bindable components implement this interface.

Controls that support drag & drop operations implement this interface.

Provides access to common image properties across the controls that implement this interface.

All wisej components implement this interface.

All wisej controls derived from the Control class must implement this interface.

Allows an object to serialize itself.

Last updated