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.
- C#
- VB.NET
public class BindableComponent : Component, IBindableComponent, IBindableComponent
Public Class BindableComponent
Inherits Component
Implements IBindableComponent, IBindableComponent
Constructors
BindableComponent()
Initializes a new instance of BindableComponent.
Properties
BindingContext
BindingContext: Returns or sets the BindingContext for the component.
DataBindings
ControlBindingsCollection: Returns the data bindings for the component.
Events
BindingContextChanged
EventHandler Occurs when the value of the BindingContext property changes.
Inherited By
| Name | Description |
|---|---|
| CheckedMenuItem | Represents an individual menu item that is displayed within a MainMenu or ContextMenu and always shows a checkbox next to the label. |
| ContextMenu | Represents a context menu associated to a Control. |
| LinkMenuItem | Represents 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. |
| MainMenu | Represents the main menu in a Form. |
| Menu | Represents the base functionality for all menus. |
| MenuItem | Represents an individual item that is displayed within a MainMenu or ContextMenu. |
| StatusBarControl | Represents a panel in a StatusBar control that can host any Control. |
| StatusBarPanel | Represents a panel in a StatusBar control. |
| ToolBarButton | Represents an item in the ToolBar. |
Implements
| Name | Description |
|---|---|
| IBindableComponent | Bindable components implement this interface. |
| IWisejComponent | All wisej components implement this interface. |
| IWisejSerializable | Allows an object to serialize itself. |