Skip to main content
All docs
V23.2

HtmlContentPopup Properties

Allows you to show a popup window with a UI rendered from an HTML-CSS template. Can show data from a bound data context (a business object or data source item).
Name Description
Appearance Contains the window’s appearance settings.
AutoHidingDelay Gets or sets a delay after which the HtmlContentPopup (opened as a popup window) is automatically closed if the HtmlContentPopup.HideAutomatically property is enabled.
AutoHidingProlongationDelay
CanRaiseEvents protected Gets a value indicating whether the component can raise an event. Inherited from Component.
Container Gets the IContainer that contains the Component. Inherited from Component.
ContainerControl
DataContext Gets or sets the window’s data context (a business object or data source item).
DesignMode protected Gets a value that indicates whether the Component is currently in design mode. Inherited from Component.
Events protected Gets the list of event handlers that are attached to this Component. Inherited from Component.
HideAutomatically Gets or sets whether the HtmlContentPopup (opened as a popup window) is automatically closed after a specific delay (HtmlContentPopup.AutoHidingDelay).
HideOnElementClick Gets or sets whether the HtmlContentPopup is hidden when a user clicks any element within this popup.
HtmlImages Gets or sets the source of images to display using <img> tags.
HtmlTemplate Gets the window’s HTML-CSS template.
IsDesignMode
IsViewModelCreated
Site Gets or sets the ISite of the Component. Inherited from Component.
Tag Gets or sets an object that stores custom data.
ToolTipController Gets or sets the component that controls the behavior and appearance of hints displayed for HTML elements.
UseDirectXPaint
ViewModelType
See Also