Skip to main content

MVCxPopupWindow Methods

An individual popup window within PopupControl.
Name Description
Assign(CollectionItem) Copies the settings from the specified CollectionItem object to the current object. Inherited from PopupWindow.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
FindControl(String) Searches for the specified server control within the popup window’s template containers and the ContentControlCollectionItem.Controls collection. Inherited from PopupWindow.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SetContent(Action) Allows you to custom render the popup window content.
SetContent(String) Allows you to custom render the popup window content.
SetContentTemplateContent(Action<PopupControlTemplateContainer>) Allows you to provide a template for rendering the popup window’s content.
SetContentTemplateContent(String) Allows you to provide a template for rendering the popup window’s content.
SetFooterContentTemplateContent(Action<PopupControlTemplateContainer>) Allows you to provide a template for rendering the content of a popup window’s footer.
SetFooterContentTemplateContent(String) Allows you to provide a template for rendering the content of a popup window’s footer.
SetFooterTemplateContent(Action<PopupControlTemplateContainer>) Allows you to provide a template for rendering the popup window footer’s content.
SetFooterTemplateContent(String) Allows you to provide a template for rendering the popup window footer’s content.
SetHeaderContentTemplateContent(Action<PopupControlTemplateContainer>) Allows you to provide a template for rendering the content of a popup window’s header.
SetHeaderContentTemplateContent(String) Allows you to provide a template for rendering the content of a popup window’s header.
SetHeaderTemplateContent(Action<PopupControlTemplateContainer>) Allows you to provide a template for rendering the popup window header’s content.
SetHeaderTemplateContent(String) Allows you to provide a template for rendering the popup window header’s content.
ToString() Returns a string that represents the current object. Inherited from PopupWindow.
See Also