MVCxClientDockPanel Members
In This Article
#Properties
Name | Description |
---|---|
name |
Gets the unique, hierarchically-qualified identifier for the control.
Inherited from ASPx |
panel |
Gets or sets the unique identifier of a panel on a page.
Inherited from ASPx |
#Methods
Name | Description |
---|---|
Adjust |
Modifies the control’s size against the control’s container.
Inherited from ASPx |
Adjust |
Modifies the controls size within the specified container.
Inherited from ASPx |
Adjust |
Modifies a control’s window size in accordance with the content.
Inherited from ASPx |
Bring |
Brings the window to the front of the z-order.
Inherited from ASPx |
Cast |
Converts the specified object to the MVCx |
Dock |
Docks the current panel in a zone at the specified position.
Inherited from ASPx |
Get |
Obsolete. Returns a value specifying whether a control is displayed.
Inherited from ASPx |
Get |
Returns a value indicating whether the window is collapsed.
Inherited from ASPx |
Get |
Gets the height of the default window‘s (for ASPx |
Get |
Returns the HTML code that specifies the contents of the control’s window.
Inherited from ASPx |
Get |
Returns an iframe object containing a web page specified via the control’s ASPx |
Get |
Returns an iframe object containing a web page specified via the control’s ASPx |
Get |
Returns the URL pointing to the web page displayed within the control’s window.
Inherited from ASPx |
Get |
Gets the width of the default window‘s (for ASPx |
Get |
Returns a collection of client web control objects.
Inherited from ASPx |
Get |
Returns the URL pointing to the image displayed within the window footer by default.
Inherited from ASPx |
Get |
Returns the URL where the web browser will navigate when the text or image is clicked within a window’s footer.
Inherited from ASPx |
Get |
Returns the text displayed within a window’s footer.
Inherited from ASPx |
Get |
Returns the URL pointing to the image displayed within the window header.
Inherited from ASPx |
Get |
Returns the URL where the web browser will navigate when the text or image is clicked within a window’s header.
Inherited from ASPx |
Get |
Returns the text displayed within a window’s header.
Inherited from ASPx |
Get |
Returns the control’s height.
Inherited from ASPx |
Get |
Returns an HTML element that is the root of the control’s hierarchy.
Inherited from ASPx |
Get |
Returns a value indicating whether the window is maximized.
Inherited from ASPx |
Get |
Retrieves a zone that owns the current panel.
Inherited from ASPx |
Get |
Returns a client instance of the control that is the parent for a specified control.
Inherited from ASPx |
Get |
Returns a value indicating whether the window is pinned.
Inherited from ASPx |
Get |
Returns a value specifying whether a control is displayed.
Inherited from ASPx |
Get |
Gets a value specifying the position of the current panel, amongst the visible panels within a zone.
Inherited from ASPx |
Get |
Returns the control’s width.
Inherited from ASPx |
Hide |
Closes the control’s window.
Inherited from ASPx |
In |
Returns a value that determines whether a callback request sent by a web control is being currently processed on the server side.
Inherited from ASPx |
Is |
Returns a value indicating whether the panel is docked.
Inherited from ASPx |
Is |
Returns a value that specifies whether the control’s window is displayed.
Inherited from ASPx |
Make |
Undocks the current panel and place it at the specified position.
Inherited from ASPx |
Perform |
Sends a callback with a parameter to update the Dock |
Refresh |
Refreshes the content of the web page displayed within the control’s window.
Inherited from ASPx |
Send |
Specifies the text that Assistive Technologies (screen readers or braille display, for example) will provide to a user.
Inherited from ASPx |
Set |
Obsolete. Specifies whether a control is displayed.
Inherited from ASPx |
Set |
Sets a value indicating whether the window is collapsed.
Inherited from ASPx |
Set |
Sets the HTML markup specifying the contents of the control’s window.
Inherited from ASPx |
Set |
Sets the URL to point to the web page that should be loaded into, and displayed within the control’s window.
Inherited from ASPx |
Set |
Specifies the URL which points to the image displayed within the window footer by default.
Inherited from ASPx |
Set |
Specifies the URL where the web browser will navigate when the text or image is clicked within a window’s footer.
Inherited from ASPx |
Set |
Specifies the text displayed within a window’s footer.
Inherited from ASPx |
Set |
Specifies the URL which points to the image displayed within the window header.
Inherited from ASPx |
Set |
Specifies the URL where the web browser will navigate when the text or image is clicked within a window’s header.
Inherited from ASPx |
Set |
Specifies the popup window’s header text.
Inherited from ASPx |
Set |
Specifies the control’s height. Note that this method is not in effect for some controls. Inherited from ASPx |
Set |
Maximizes a popup window.
Inherited from ASPx |
Set |
Sets a value indicating whether the window is pinned.
Inherited from ASPx |
Set |
Specifies whether a control is displayed.
Inherited from ASPx |
Set |
Sets a value specifying the position of the current panel, amongst the visible panels in a zone.
Inherited from ASPx |
Set |
Specifies the control’s width in pixels.
Inherited from ASPx |
Show |
Invokes the control’s window at the popup element with the specified index.
Inherited from ASPx |
Show |
Invokes the control’s window and displays it over the specified HTML element.
Inherited from ASPx |
Show |
Invokes the control’s window and displays it over an HTML element specified by its unique identifier.
Inherited from ASPx |
Show |
Invokes the control’s window at the specified position.
Inherited from ASPx |
#Events
Name | Description |
---|---|
After |
Fires on the client side after a panel is docked in a zone.
Inherited from ASPx |
After |
Fires on the client side after a panel is undocked from a zone.
Inherited from ASPx |
After |
Occurs on the client side after the control redrawn a resized window.
Inherited from ASPx |
Before |
Fires on the client side before a panel is docked in a zone and allows you to cancel the action.
Inherited from ASPx |
Before |
Fires on the client side before a panel is made floating (undocked from a zone) and allows you to cancel the action.
Inherited from ASPx |
Before |
Occurs on the client side before the control redraws a resized window.
Inherited from ASPx |
Begin |
Occurs when a callback for server-side processing is initiated. |
Callback |
Fires on the client if any server error occurs during server-side processing of a callback sent by the control.
Inherited from ASPx |
Close |
Occurs on the client side when a control’s window closes or hides.
Inherited from ASPx |
Closing |
Enables you to cancel window closing on the client side.
Inherited from ASPx |
End |
Occurs on the client side after a callback’s server-side processing has been completed.
Inherited from ASPx |
End |
Occurs after a panel dragging operation is complete.
Inherited from ASPx |
Init |
Occurs on the client side after the control has been initialized.
Inherited from ASPx |
Pinned |
Occurs on the client side when the window pin state is changed.
Inherited from ASPx |
Pop |
Occurs on the client side when a control’s window is invoked.
Inherited from ASPx |
Resize |
Occurs on the client side after a window has been resized.
Inherited from ASPx |
Shown |
Occurs on the client side after a control’s window has been invoked.
Inherited from ASPx |
Start |
Occurs when a panel dragging operation is started.
Inherited from ASPx |
See Also