BindableComponent
Wisej.Web.BindableComponent
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.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
Name | Description |
---|---|
Represents an individual menu item that is displayed within a MainMenu or ContextMenu and always shows a checkbox next to the label. | |
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. | |
Represents the base functionality for all menus. | |
Name | Description |
---|---|
Bindable components implement this interface. | |
All wisej components implement this interface. | |
Allows an object to serialize itself. |
Last modified 4mo ago