Skip to main content
Version: 3.5

BindableComponent

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Extends Component and enables the component to participated if data binding operations and have their own DataBindings.

public class BindableComponent : Component, IBindableComponent, IBindableComponent

Constructors

Instance memberBindableComponent()

Initializes a new instance of BindableComponent.

Properties

Instance memberBindingContext

BindingContext: Returns or sets the BindingContext for the component.

Instance memberDataBindings

ControlBindingsCollection: Returns the data bindings for the component.

Events

Instance memberBindingContextChanged

EventHandler Occurs when the value of the BindingContext property changes.

Inherited By

NameDescription
CheckedMenuItemRepresents an individual menu item that is displayed within a MainMenu or ContextMenu and always shows a checkbox next to the label.
ContextMenuRepresents a context menu associated to a Control.
LinkMenuItemRepresents an individual menu item that is displayed within a MainMenu or ContextMenu rendered using the <a> link element to let the browser process the specified HRef URL.
MainMenuRepresents the main menu in a Form.
MenuRepresents the base functionality for all menus.
MenuItemRepresents an individual item that is displayed within a MainMenu or ContextMenu.
StatusBarControlRepresents a panel in a StatusBar control that can host any Control.
StatusBarPanelRepresents a panel in a StatusBar control.
ToolBarButtonRepresents an item in the ToolBar.

Implements

NameDescription
IBindableComponentBindable components implement this interface.
IWisejComponentAll wisej components implement this interface.
IWisejSerializableAllows an object to serialize itself.