AdjustControl
|
Modifies the control’s size against the control’s container.
|
AdjustControls
static
|
Modifies the controls size within the specified container.
|
AdjustSize
|
Modifies a control’s window size in accordance with the content.
|
BringToFront
|
Brings the window to the front of the z-order.
|
Cast(obj)
static
|
Converts the specified object to the MVCxClientDockPanel type.
|
Dock(zone)
|
Docks the current panel in a zone at the specified position.
|
GetClientVisible
|
Obsolete. Returns a value specifying whether a control is displayed.
|
GetCollapsed
|
Returns a value indicating whether the window is collapsed.
|
GetContentHeight
|
Gets the height of the default window‘s (for ASPxPopupControl) or panel‘s (for ASPxDockPanel) content region.
|
GetContentHtml
|
Returns the HTML code that specifies the contents of the control’s window.
|
GetContentIFrame
|
Returns an iframe object containing a web page specified via the control’s ASPxPopupControlBase.ContentUrl property (or the client ASPxClientPopupControlBase.SetContentUrl method).
|
GetContentIFrameWindow
|
Returns an iframe object containing a web page specified via the control’s ASPxPopupControlBase.ContentUrl property (or the client ASPxClientPopupControlBase.SetContentUrl method).
|
GetContentUrl
|
Returns the URL pointing to the web page displayed within the control’s window.
|
GetContentWidth
|
Gets the width of the default window‘s (for ASPxPopupControl) or panel‘s (for ASPxDockPanel) content region.
|
GetControlCollection
static
|
Returns a collection of client web control objects.
|
GetFooterImageUrl
|
Returns the URL pointing to the image displayed within the window footer by default.
|
GetFooterNavigateUrl
|
Returns the URL where the web browser will navigate when the text or image is clicked within a window’s footer.
|
GetFooterText
|
Returns the text displayed within a window’s footer.
|
GetHeaderImageUrl
|
Returns the URL pointing to the image displayed within the window header.
|
GetHeaderNavigateUrl
|
Returns the URL where the web browser will navigate when the text or image is clicked within a window’s header.
|
GetHeaderText
|
Returns the text displayed within a window’s header.
|
GetHeight
|
Returns the control’s height.
|
GetMainElement
|
Returns an HTML element that is the root of the control’s hierarchy.
|
GetMaximized
|
Returns a value indicating whether the window is maximized.
|
GetOwnerZone
|
Retrieves a zone that owns the current panel.
|
GetParentControl
|
Returns a client instance of the control that is the parent for a specified control.
|
GetPinned
|
Returns a value indicating whether the window is pinned.
|
GetVisible
|
Returns a value specifying whether a control is displayed.
|
GetVisibleIndex
|
Gets a value specifying the position of the current panel, amongst the visible panels within a zone.
|
GetWidth
|
Returns the control’s width.
|
Hide
|
Closes the control’s window.
|
InCallback
|
Returns a value that determines whether a callback request sent by a web control is being currently processed on the server side.
|
IsDocked
|
Returns a value indicating whether the panel is docked.
|
IsVisible
|
Returns a value that specifies whether the control’s window is displayed.
|
MakeFloat
|
Undocks the current panel and place it at the specified position.
|
PerformCallback(data)
|
Sends a callback with a parameter to update the DockPanel by processing the passed information on the server, in an Action specified by the DockPanel‘s PopupControlSettingsBase.CallbackRouteValues (via the DockPanelSettings.CallbackRouteValues) property.
|
RefreshContentUrl
|
Refreshes the content of the web page displayed within the control’s window.
|
SendMessageToAssistiveTechnology(message)
|
Specifies the text that Assistive Technologies (screen readers or braille display, for example) will provide to a user.
|
SetClientVisible(visible)
|
Obsolete. Specifies whether a control is displayed.
|
SetCollapsed(value)
|
Sets a value indicating whether the window is collapsed.
|
SetContentHtml(html)
|
Sets the HTML markup specifying the contents of the control’s window.
|
SetContentUrl(url)
|
Sets the URL to point to the web page that should be loaded into, and displayed within the control’s window.
|
SetFooterImageUrl(value)
|
Specifies the URL which points to the image displayed within the window footer by default.
|
SetFooterNavigateUrl(value)
|
Specifies the URL where the web browser will navigate when the text or image is clicked within a window’s footer.
|
SetFooterText(value)
|
Specifies the text displayed within a window’s footer.
|
SetHeaderImageUrl(value)
|
Specifies the URL which points to the image displayed within the window header.
|
SetHeaderNavigateUrl(value)
|
Specifies the URL where the web browser will navigate when the text or image is clicked within a window’s header.
|
SetHeaderText(value)
|
Specifies the popup window’s header text.
|
SetHeight(height)
|
Specifies the control’s height.
Note that this method is not in effect for some controls.
|
SetMaximized(value)
|
Maximizes a popup window.
|
SetPinned(value)
|
Sets a value indicating whether the window is pinned.
|
SetVisible(visible)
|
Specifies whether a control is displayed.
|
SetVisibleIndex(visibleIndex)
|
Sets a value specifying the position of the current panel, amongst the visible panels in a zone.
|
SetWidth(width)
|
Specifies the control’s width in pixels.
|
Show
|
Invokes the control’s window at the popup element with the specified index.
|
ShowAtElement(htmlElement)
|
Invokes the control’s window and displays it over the specified HTML element.
|
ShowAtElementByID(id)
|
Invokes the control’s window and displays it over an HTML element specified by its unique identifier.
|
ShowAtPos(x, y)
|
Invokes the control’s window at the specified position.
|