Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Wisej.Core.IWisejDataStore
Namespace: Wisej.Core
Assembly: Wisej.Framework (3.2.0.0)
All wisej data stores implement this interface.
Returns the number of available records.
Returns: Int32. The total number of rows.
Returns a data object.
Parameter | Type | Description |
---|---|---|
Returns: Object. An object that contains the data requested by the component.
Name | Description |
---|---|
data
Request parameters. The parameters depend on the data consumer. For example, the DataGridView control uses: first, last, sortIndex, and sortDirection("asc" or "desc").
Represents a data grid control.
Represents a list view control, which displays a collection of items that can be displayed using one of four different views.
Wisej.Core.IWisejHandler
Namespace: Wisej.Core
Assembly: Wisej.Framework (3.2.0.0)
Represents a Wisej component that is capable of handling postback requests from the client.
Boolean: Enables the response compression.
Process the HTTP request.
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Core.IWisejSerializable
Namespace: Wisej.Core
Assembly: Wisej.Framework (3.2.0.0)
Allows an object to serialize itself.
Serialize the object in JSON format.
Parameter | Type | Description |
---|---|---|
Returns: Boolean. True if the object handled the serialization, otherwise false to perform the default serialization.
Name | Description |
---|---|
Wisej.Core.IWisejComponent
Namespace: Wisej.Core
Assembly: Wisej.Framework (3.2.0.0)
All wisej components implement this interface.
Object: Stores the last configuration for the component.
Boolean: Indicates that the control is being rendered in the designer.
Rectangle: Returns or sets the design rectangle for the component when it is used as a child widget in a designable control.
Func<IWisejComponent, Object, String, Object>: Allows an external component to hook a filter method.
Components decides what filter to call and when and filter implementations must know what filter to process. There is no predefined list of filters, it's dynamic and it can change depending on the needs of the implementation. Currently there are these built in filters:
type = "Render" Invoked by Component after the configuration object has been filled. The return value is ignored. A filter can modify the passed in data dynamic object.
Int32: The unique server handle of the component.
String: The unique client id of the component.
Boolean: Indicates that the component needs to be updated on the client.
Boolean: Indicates that the component has been disposed.
Boolean: Returns or sets the new status.
Boolean: Indicates that the component is rendered at the top level on the client: the parent is the root.
Boolean: Locks UI updates to the control.
Object: Holds a reference to the session where this component lives.
Processes the event.
Returns a collection of referenced components or collection of components.
Renders the component into the config definition.
Updates the server component using the state information.
Updates the client widget.
EventHandler Fired after the component has been updated.
Wisej.Core.IWisejExtenderProvider
Namespace: Wisej.Core
Assembly: Wisej.Framework (3.2.0.0)
Defines the interface for extending properties to other components in a container.
Renders the extended wisej properties for the specified component.
Parameter | Type | Description |
---|---|---|
Returns: Object.
This method is used at design time to let the extenders affect the rendering.
Name | Description |
---|---|
Wisej.Core.IWisejEditorService
Namespace: Wisej.Core
Assembly: Wisej.Framework (3.2.0.0)
Provides an interface for a UITypeEditor to display an editor form or a control in a drop-down area from a property grid control.
Closes any previously opened drop down control area.
Displays the specified control in a modal drop down panel below a value field of the property grid that provides this service and waits for the user to close the drop down.
Parameter | Type | Description |
---|---|---|
Displays the specified control in an asynchronous modal drop down panel below a value field of the property grid that provides this service.
Parameter | Type | Description |
---|---|---|
Returns: Task. A Task that the user code that await on.
Shows the specified Form and returns its DialogResult when the user closes it.
Returns: DialogResult. A DialogResult indicating the result returned by the dialog .
Shows the specified Form asynchronously and returns its DialogResult when the user closes it.
Returns: Task<DialogResult>. A DialogResult wrapped in a Task indicating the result returned by the dialog .
Wisej.Core.IWisejWindow
Namespace: Wisej.Core
Assembly: Wisej.Framework (3.2.0.0)
All wisej top-level windows implement this interface.
: Returns true if the window is active.
A is active when it is the . A is active when it is above the other forms and matches .
Activates the window.
Closes the window.
Shows the window.
Wisej.Core.IWisejControl
Namespace: Wisej.Core
Assembly: Wisej.Framework (3.2.0.0)
All wisej controls derived from the class must implement this interface.
: Returns the theme appearance key.
: Returns or sets the control's boundaries.
: Returns the children of the control or null if the control doesn't have children.
: Returns whether the control has been created fully and it's ready to be sent to the client. A control is marked as Created after it has been made visible the first time.
Moves the focus to the control.
Sets the design-time metrics used by the designer to adapt the control on the screen to the HTML metrics used by the renderer.
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|
Name | Description |
---|
: Returns the designer timeout in milliseconds.
: Returns the name of the window component.
: Returns or sets the parent control.
: Returns the current application platform.
: Returns or sets the control's size..
: Returns the current application theme.
: Returns or sets whether the control is visible.
Returns: .
Parameter | Type | Description |
---|
Name | Description |
---|
e
Event arguments.
list
List of referenced components or collection of components.
config
Dynamic configuration object.
state
Dynamic state object.
Represents a panel that dynamically lays out its contents in a grid composed of rows and columns.
UI implementation for the FileDialog class.
UI implementation for the FolderDialog class.
Represents the navigation and manipulation user interface (UI) for controls that are bound to a data source.
Represents a button control.
Implements the basic functionality common to button controls.
Represents a check box control.
Displays a ListBox in which a check box is displayed to the left of each item.
Represents a combo box control.
Extends Component and enables the component to participated if data binding operations and have their own DataBindings.
Extends Component and enables the components to appear on the designer surface.
Provides focus-management functionality for controls that can function as a container for other controls.
Base class for all Wisej controls.
Represents a control that allows the user to select or type a date and a time.
Represents a spinner control that displays string values.
Represents a panel that dynamically arranges its children horizontally or vertically in automatic rows or columns.
Represents a window or dialog box that makes up an application's user interface.
Represents a Wisej control that displays a frame around a group of controls with an optional caption.
Represents a label control.
Represents an hyper-link control.
Represents a control to display a list of items.
Uses a mask to distinguish between proper and improper user input.
Represents the container for multiple-document interface (MDI) child forms.
Displays a message box that can contain text, buttons, and symbols that inform and instruct the user.
Represents a control that enables the user to select a date using a visual monthly calendar display.
Represents a spinner control that displays numeric values.
Represents a web page that fills the browser and acts as the main container for the application. An application can have only one active main page at any given time.
Represents a collapsible panel with an optional header that contains a group of controls.
Represents an image control.
Represents a progress control that displays a value visually as a filled bar.
Enables the user to select a single option from a group of choices when paired with other RadioButton controls.
Defines a base class for controls that support auto-scrolling behavior.
Represents an horizontal scroll bar.
Represents a vertical scroll bar.
Implements the basic functionality of a scroll bar control.
Represents a control consisting of a movable bar that divides a container's display area into two resizable panels.
Creates a panel that is associated with a SplitContainer.
Manages a related set of TabPage pages.
Represents a single tab page in a TabControl.
Represents a text box control that allows the user to enter any value.
Implements the basic functionality required by text controls.
Implements a timer that raises an event at user-defined intervals.
Enables the user to choose between a range of values by sliding a small bar along another bar.
Implements the basic functionality required by a spin box (also known as an up-down control).
Provides an empty control that can be used to create other controls.
Represents a web browser control that enables the user to navigate web pages inside a form or a page.
Represents a DataGridView column that contains a collection of DataGridViewButtonCell cells.
Represents a DataGridView column that contains a collection of DataGridViewCheckBoxCell cells.
Represents a column in a DataGridView control.
Represents a DataGridView column that contains a collection of DataGridViewComboBoxCell cells.
Represents a ComboBox control that can be hosted in a DataGridViewComboBoxCell.
Represents a DataGridView column that contains a collection of DataGridViewDateTimePickerCell cells.
Represents a DateTimePicker control that can be hosted in a DataGridViewDateTimePickerCell.
Represents a DataGridView column that contains a collection of DataGridViewImageCell cells.
Represents a DataGridView column that contains a collection of DataGridViewLinkCell cells.
Represents a DataGridView column that contains a collection of DataGridViewTextBoxCell cells.
Represents a MaskedTextBox control that can be hosted in a DataGridViewMaskedTextBoxCell cell.
Represents a DataGridView column that contains a collection of DataGridViewNumericUpDownCell cells.
Represents a NumericUpDown control that can be hosted in a DataGridViewNumericUpDownCell.
Represents a DataGridView column that contains a collection of DataGridViewTextBoxCell cells.
Represents a TextBox control that can be hosted in a DataGridViewTextBoxCell cell when the cell's WrapMode is set to False.
Represents a data grid control.
Displays data in a customizable list format.
Used by the DataRepeater control to display data at run time.
Represents a desktop container that can host floating windows.
Represents a component in the Desktop control's taskbar.
Represents a DateTime component in the Desktop control's taskbar.
Provides support for animating controls or windows using predefined animations definitions or custom animations in response to certain events.
Provides a user interface for indicating that a control on a form has an error associated with it.
Represents a small rectangular pop-up window that displays a brief help text next to a control when it gets activated (focused).
Allows controls to execute javascript code.
Add rotation capabilities along the X,Y,Z axis to Control controls.
Adds CSS styling to controls.
Represents a small rectangular pop-up window that displays a brief description of a control's purpose when the user rests the pointer on the control.
Displays collapsible set of AccordionPanel panels for presenting information in a limited amount of space.
Represents a panel in a Accordion control.
Displays an alert box that can contain an icon and text that inform and instruct the user. Alert boxes are not modal and can disappear automatically.
Represents a control that can host ASP.NET or MVC pages within a Wisej application.
Represents the HTML5 canvas element.
Represents a FlashPlayer control that can display flash applications.
Represents a panel that dynamically arranges its child controls.
Represents a control that displays any HTML file and a corresponding CSS style sheet as embedded HTML.
Represents a control that displays any HTML file in an IFrame element.
Represents a line control.
The TreeViewComboBox control represents a UserComboBox control with a ListView as the drop down panel.
Base implementation for media controls.
Represents a Video control that displays a video file.
Represents a Audio control that plays an audio file.
Represents a PdfViewer control that can display a pdf document in the browser either using the native pdf viewer, the pdf.js viewer, Google docs, or a custom viewer.
Represents a shape control. Displays an element a border in any of the four sides.
Displays child controls vertically or horizontally in a scrollable container.
Represents a spacer control. It can be used to add a space between controls in a layout panel. It is not rendered on the client.
Represents a split button control.
Represents a data field that displays a list of selectable and removable tags. The control recognizes tags as the user types and adds in front of the editable field.
Represents a spinner control that displays TimeSpan values.
Displays a toast that can contain an icon and text.
Represent a tool widget that can be displayed inside another control. A tool widget is different from other child controls: it's displayed inside the parent's layout. For example, the Form control shows tool widgets inside the caption bar. When a tool widget is pressed, it fires the toolClicked event on the container.
The TreeViewComboBox control represents a UserComboBox control with a TreeView as the drop down panel.
Represents a text box control that allows the user to enter a typed value.
Represent an upload widget. Allows users to selected one or more files and upload them to the server.
The UserComboBox control represents a ComboBox control with a custom panel that drops down when the user clicks the down arrow.
Provides an popup container that can be attached to other controls.
Provides a generic widget that can use most third party javascript widgets.
Provides methods to manage a collection of Image objects. This class cannot be inherited.
Displays a standard column header in a ListView control.
Displays an image column header in a ListView control.
Represents a list view control, which displays a collection of items that can be displayed using one of four different views.
Represents an individual menu item that is displayed within a MainMenu or ContextMenu and always shows a checkbox next to the label.
Represents a context menu associated to a Control.
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 main menu in a Form.
Represents the base functionality for all menus.
Represents a menu bar component.
Represents an individual item that is displayed within a MainMenu or ContextMenu.
Provides a user interface for browsing the properties of an object.
Displays information to the user in a about the object being viewed, the object's components, or the object's operation.
Represents a panel in a StatusBar control.
Represents a toolbar component.
Represents an item in the ToolBar.
Represents a node of a TreeView.
Displays a hierarchical collection of labeled items, each represented by a TreeNode.
Represent a Wisej application session. Provides methods and events to manage the application in the context of the current session.
All wisej controls derived from the Control class must implement this interface.
Represents a Wisej component that is capable of handling postback requests from the client.
All wisej top-level windows implement this interface.
The base class for Wisej components that are not controls. Wisej components are still managed on the client and the server but are not present on the designer surface. Examples of wisej components are: menu items, image lists, tree nodes, list items.
dialog
The modal Form to display asynchronously.
dialog
The modal Form to display asynchronously.
reason | Reason for closing the window. |
UI implementation for the FileDialog class. |
UI implementation for the FolderDialog class. |
Represents a window or dialog box that makes up an application's user interface. |
Represents a web page that fills the browser and acts as the main container for the application. An application can have only one active main page at any given time. |
Represents a desktop container that can host floating windows. |
metrics | Design properties received from the renderer. |
Represents a panel that dynamically lays out its contents in a grid composed of rows and columns. |
UI implementation for the FileDialog class. |
UI implementation for the FolderDialog class. |
Represents the navigation and manipulation user interface (UI) for controls that are bound to a data source. |
Represents a button control. |
Implements the basic functionality common to button controls. |
Represents a check box control. |
Represents a combo box control. |
Provides focus-management functionality for controls that can function as a container for other controls. |
Base class for all Wisej controls. |
Represents a control that allows the user to select or type a date and a time. |
Represents a spinner control that displays string values. |
Represents a panel that dynamically arranges its children horizontally or vertically in automatic rows or columns. |
Represents a window or dialog box that makes up an application's user interface. |
Represents a Wisej control that displays a frame around a group of controls with an optional caption. |
Represents a label control. |
Represents an hyper-link control. |
Represents a control to display a list of items. |
Uses a mask to distinguish between proper and improper user input. |
Represents the container for multiple-document interface (MDI) child forms. |
Represents a control that enables the user to select a date using a visual monthly calendar display. |
Represents a spinner control that displays numeric values. |
Represents a web page that fills the browser and acts as the main container for the application. An application can have only one active main page at any given time. |
Represents a collapsible panel with an optional header that contains a group of controls. |
Represents an image control. |
Represents a progress control that displays a value visually as a filled bar. |
Defines a base class for controls that support auto-scrolling behavior. |
Represents an horizontal scroll bar. |
Represents a vertical scroll bar. |
Implements the basic functionality of a scroll bar control. |
Represents a control consisting of a movable bar that divides a container's display area into two resizable panels. |
Represents a text box control that allows the user to enter any value. |
Implements the basic functionality required by text controls. |
Enables the user to choose between a range of values by sliding a small bar along another bar. |
Implements the basic functionality required by a spin box (also known as an up-down control). |
Provides an empty control that can be used to create other controls. |
Represents a web browser control that enables the user to navigate web pages inside a form or a page. |
Represents a data grid control. |
Displays data in a customizable list format. |
Represents a desktop container that can host floating windows. |
Represents a control that can host ASP.NET or MVC pages within a Wisej application. |
Represents the HTML5 canvas element. |
Represents a panel that dynamically arranges its child controls. |
Represents a control that displays any HTML file and a corresponding CSS style sheet as embedded HTML. |
Represents a control that displays any HTML file in an IFrame element. |
Represents a line control. |
Base implementation for media controls. |
Represents a shape control. Displays an element a border in any of the four sides. |
Displays child controls vertically or horizontally in a scrollable container. |
Represents a spacer control. It can be used to add a space between controls in a layout panel. It is not rendered on the client. |
Represents a split button control. |
Represents a data field that displays a list of selectable and removable tags. The control recognizes tags as the user types and adds in front of the editable field. |
Represents a text box control that allows the user to enter a typed value. |
Represent an upload widget. Allows users to selected one or more files and upload them to the server. |
Provides an popup container that can be attached to other controls. |
Provides a generic widget that can use most third party javascript widgets. |
Represents a list view control, which displays a collection of items that can be displayed using one of four different views. |
Represents a menu bar component. |
Provides a user interface for browsing the properties of an object. |
Displays information to the user in a about the object being viewed, the object's components, or the object's operation. |
Represents a toolbar component. |
All wisej top-level windows implement this interface. |
context
The current HttpContext.
Represents a data grid control.
Represents the HTML5 canvas element.
Represents a FlashPlayer control that can display flash applications.
Represents a PdfViewer control that can display a pdf document in the browser either using the native pdf viewer, the pdf.js viewer, Google docs, or a custom viewer.
Represent an upload widget. Allows users to selected one or more files and upload them to the server.
Provides a generic widget that can use most third party javascript widgets.
Provides methods to manage a collection of Image objects. This class cannot be inherited.
writer
The JSON text writer.
options
Set of serializer options.
Represents a panel that dynamically lays out its contents in a grid composed of rows and columns.
UI implementation for the FileDialog class.
UI implementation for the FolderDialog class.
Represents the navigation and manipulation user interface (UI) for controls that are bound to a data source.
Represents a button control.
Implements the basic functionality common to button controls.
Represents a check box control.
Displays a ListBox in which a check box is displayed to the left of each item.
Represents a combo box control.
Extends Component and enables the component to participated if data binding operations and have their own DataBindings.
Extends Component and enables the components to appear on the designer surface.
Provides focus-management functionality for controls that can function as a container for other controls.
Base class for all Wisej controls.
Represents a control that allows the user to select or type a date and a time.
Represents a spinner control that displays string values.
Represents a panel that dynamically arranges its children horizontally or vertically in automatic rows or columns.
Represents a window or dialog box that makes up an application's user interface.
Represents a Wisej control that displays a frame around a group of controls with an optional caption.
Represents a label control.
Represents an hyper-link control.
Represents a control to display a list of items.
Uses a mask to distinguish between proper and improper user input.
Represents the container for multiple-document interface (MDI) child forms.
Displays a message box that can contain text, buttons, and symbols that inform and instruct the user.
Represents a control that enables the user to select a date using a visual monthly calendar display.
Represents a spinner control that displays numeric values.
Represents a web page that fills the browser and acts as the main container for the application. An application can have only one active main page at any given time.
Represents a collapsible panel with an optional header that contains a group of controls.
Represents an image control.
Represents a progress control that displays a value visually as a filled bar.
Enables the user to select a single option from a group of choices when paired with other RadioButton controls.
Defines a base class for controls that support auto-scrolling behavior.
Represents an horizontal scroll bar.
Represents a vertical scroll bar.
Implements the basic functionality of a scroll bar control.
Represents a control consisting of a movable bar that divides a container's display area into two resizable panels.
Creates a panel that is associated with a SplitContainer.
Manages a related set of TabPage pages.
Represents a single tab page in a TabControl.
Represents a text box control that allows the user to enter any value.
Implements the basic functionality required by text controls.
Implements a timer that raises an event at user-defined intervals.
Enables the user to choose between a range of values by sliding a small bar along another bar.
Implements the basic functionality required by a spin box (also known as an up-down control).
Provides an empty control that can be used to create other controls.
Represents a web browser control that enables the user to navigate web pages inside a form or a page.
Represents a DataGridView column that contains a collection of DataGridViewButtonCell cells.
Represents a DataGridView column that contains a collection of DataGridViewCheckBoxCell cells.
Represents a column in a DataGridView control.
Represents a DataGridView column that contains a collection of DataGridViewComboBoxCell cells.
Represents a ComboBox control that can be hosted in a DataGridViewComboBoxCell.
Represents a DataGridView column that contains a collection of DataGridViewDateTimePickerCell cells.
Represents a DateTimePicker control that can be hosted in a DataGridViewDateTimePickerCell.
Represents a DataGridView column that contains a collection of DataGridViewImageCell cells.
Represents a DataGridView column that contains a collection of DataGridViewLinkCell cells.
Represents a DataGridView column that contains a collection of DataGridViewTextBoxCell cells.
Represents a MaskedTextBox control that can be hosted in a DataGridViewMaskedTextBoxCell cell.
Represents a DataGridView column that contains a collection of DataGridViewNumericUpDownCell cells.
Represents a NumericUpDown control that can be hosted in a DataGridViewNumericUpDownCell.
Represents a DataGridView column that contains a collection of DataGridViewTextBoxCell cells.
Represents a TextBox control that can be hosted in a DataGridViewTextBoxCell cell when the cell's WrapMode is set to False.
Represents a data grid control.
Displays data in a customizable list format.
Used by the DataRepeater control to display data at run time.
Represents a desktop container that can host floating windows.
Represents a component in the Desktop control's taskbar.
Represents a DateTime component in the Desktop control's taskbar.
Provides support for animating controls or windows using predefined animations definitions or custom animations in response to certain events.
Provides a user interface for indicating that a control on a form has an error associated with it.
Represents a small rectangular pop-up window that displays a brief help text next to a control when it gets activated (focused).
Allows controls to execute javascript code.
Add rotation capabilities along the X,Y,Z axis to Control controls.
Adds CSS styling to controls.
Represents a small rectangular pop-up window that displays a brief description of a control's purpose when the user rests the pointer on the control.
Displays collapsible set of AccordionPanel panels for presenting information in a limited amount of space.
Represents a panel in a Accordion control.
Displays an alert box that can contain an icon and text that inform and instruct the user. Alert boxes are not modal and can disappear automatically.
Represents a control that can host ASP.NET or MVC pages within a Wisej application.
Represents the HTML5 canvas element.
Represents a FlashPlayer control that can display flash applications.
Represents a panel that dynamically arranges its child controls.
Represents a control that displays any HTML file and a corresponding CSS style sheet as embedded HTML.
Represents a control that displays any HTML file in an IFrame element.
Represents a line control.
The TreeViewComboBox control represents a UserComboBox control with a ListView as the drop down panel.
Base implementation for media controls.
Represents a Video control that displays a video file.
Represents a Audio control that plays an audio file.
Represents a PdfViewer control that can display a pdf document in the browser either using the native pdf viewer, the pdf.js viewer, Google docs, or a custom viewer.
Represents a shape control. Displays an element a border in any of the four sides.
Displays child controls vertically or horizontally in a scrollable container.
Represents a spacer control. It can be used to add a space between controls in a layout panel. It is not rendered on the client.
Represents a split button control.
Represents a data field that displays a list of selectable and removable tags. The control recognizes tags as the user types and adds in front of the editable field.
Represents a spinner control that displays TimeSpan values.
Displays a toast that can contain an icon and text.
Represent a tool widget that can be displayed inside another control. A tool widget is different from other child controls: it's displayed inside the parent's layout. For example, the Form control shows tool widgets inside the caption bar. When a tool widget is pressed, it fires the toolClicked event on the container.
The TreeViewComboBox control represents a UserComboBox control with a TreeView as the drop down panel.
Represents a text box control that allows the user to enter a typed value.
Represent an upload widget. Allows users to selected one or more files and upload them to the server.
The UserComboBox control represents a ComboBox control with a custom panel that drops down when the user clicks the down arrow.
Provides an popup container that can be attached to other controls.
Provides a generic widget that can use most third party javascript widgets.
Provides methods to manage a collection of Image objects. This class cannot be inherited.
Displays a standard column header in a ListView control.
Displays an image column header in a ListView control.
Represents a list view control, which displays a collection of items that can be displayed using one of four different views.
Represents an individual menu item that is displayed within a MainMenu or ContextMenu and always shows a checkbox next to the label.
Represents a context menu associated to a Control.
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 main menu in a Form.
Represents the base functionality for all menus.
Represents a menu bar component.
Represents an individual item that is displayed within a MainMenu or ContextMenu.
Provides a user interface for browsing the properties of an object.
Displays information to the user in a about the object being viewed, the object's components, or the object's operation.
Represents a panel in a StatusBar control.
Represents a toolbar component.
Represents an item in the ToolBar.
Represents a node of a TreeView.
Displays a hierarchical collection of labeled items, each represented by a TreeNode.
Represents padding or margin information associated with a user interface (UI) element.
Represents a Wisej theme.
The base class for Wisej components that are not controls. Wisej components are still managed on the client and the server but are not present on the designer surface. Examples of wisej components are: menu items, image lists, tree nodes, list items.
component
Add rotation capabilities along the X,Y,Z axis to Control controls.
Adds CSS styling to controls.
control
The Control to show in the modal drop down panel.
control
The Control to show in the asynchronous modal drop down panel.
Displays a in which a check box is displayed to the left of each item.
Provides a common implementation of members for the and classes.
Enables the user to select a single option from a group of choices when paired with other controls.
Creates a panel that is associated with a .
Manages a related set of pages.
Represents a single tab page in a .
Represents a control that can be hosted in a .
Represents a control that can be hosted in a .
Represents a control that can be hosted in a cell.
Represents a control that can be hosted in a .
Represents a control that can be hosted in a cell when the cell's is set to .
Used by the control to display data at run time.
Displays collapsible set of panels for presenting information in a limited amount of space.
Represents a panel in a control.
Represents a control that can display flash applications.
The TreeViewComboBox control represents a control with a as the drop down panel.
Represents a control that displays a video file.
Represents a control that plays an audio file.
Represents a control that can display a pdf document in the browser either using the native pdf viewer, the pdf.js viewer, Google docs, or a custom viewer.
Represents a spinner control that displays values.
The TreeViewComboBox control represents a control with a as the drop down panel.
The UserComboBox control represents a control with a custom panel that drops down when the user clicks the down arrow.
Displays a hierarchical collection of labeled items, each represented by a .