Skip to main content

PopupControlSettings Methods

Contains the PopupControl extension settings.
Name Description
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.
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 content of all popup windows (or a dock panel). Inherited from PopupControlSettingsBase.
SetContent(String) Allows you to custom render the content of all popup windows (or a dock panel). Inherited from PopupControlSettingsBase.
SetFooterContentTemplateContent(Action<PopupControlTemplateContainer>) Allows you to provide a template for rendering the footer content of all popup windows. Inherited from PopupControlSettingsBase.
SetFooterContentTemplateContent(String) Allows you to provide a template for rendering the footer content of all popup windows. Inherited from PopupControlSettingsBase.
SetFooterTemplateContent(Action<PopupControlTemplateContainer>) Allows you to provide a template for rendering the popup window (or dock panel) footer. Inherited from PopupControlSettingsBase.
SetFooterTemplateContent(String) Allows you to provide a template for rendering the popup window (or dock panel) footer. Inherited from PopupControlSettingsBase.
SetHeaderContentTemplateContent(Action<PopupControlTemplateContainer>) Allows you to provide a template for rendering the header content of all popup windows. Inherited from PopupControlSettingsBase.
SetHeaderContentTemplateContent(String) Allows you to provide a template for rendering the header content of all popup windows. Inherited from PopupControlSettingsBase.
SetHeaderTemplateContent(Action<PopupControlTemplateContainer>) Allows you to provide a template for rendering the popup window (or dock panel) header’s content. Inherited from PopupControlSettingsBase.
SetHeaderTemplateContent(String) Allows you to provide a template for rendering the popup window (or dock panel) header’s content. Inherited from PopupControlSettingsBase.
SetWindowContentTemplateContent(Action<PopupControlTemplateContainer>) Allows you to provide a template for rendering the content of all popup windows.
SetWindowContentTemplateContent(String) Allows you to provide a template for rendering the content of all popup windows.
SetWindowFooterContentTemplateContent(Action<PopupControlTemplateContainer>) Allows you to provide a template for rendering the popup window (or dock panel) footer’s content.
SetWindowFooterContentTemplateContent(String) Allows you to provide a template for rendering the popup window (or dock panel) footer’s content.
SetWindowFooterTemplateContent(Action<PopupControlTemplateContainer>) Allows you to provide a template for rendering the footer content of all popup windows.
SetWindowFooterTemplateContent(String) Allows you to provide a template for rendering the footer content of all popup windows.
SetWindowHeaderContentTemplateContent(Action<PopupControlTemplateContainer>) Allows you to provide a template for rendering the popup window (or dock panel) header’s content.
SetWindowHeaderContentTemplateContent(String) Allows you to provide a template for rendering the popup window (or dock panel) header’s content.
SetWindowHeaderTemplateContent(Action<PopupControlTemplateContainer>) Allows you to provide a template for rendering the header content of all popup windows.
SetWindowHeaderTemplateContent(String) Allows you to provide a template for rendering the header content of all popup windows.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also