Back to Devexpress

HtmlContentPopup Properties

windowsforms-devexpress-dot-xtraeditors-dot-htmlcontentpopup-dot-underscore-properties.md

latest4.7 KB
Original Source

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).

NameDescription
AppearanceContains the window’s appearance settings.
AutoHidingDelayGets 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 protectedGets a value indicating whether the component can raise an event. Inherited from Component.
ContainerGets the IContainer that contains the Component. Inherited from Component.
ContainerControl
DataContextGets or sets the window’s data context (a business object or data source item).
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
HideAutomaticallyGets or sets whether the HtmlContentPopup (opened as a popup window) is automatically closed after a specific delay (HtmlContentPopup.AutoHidingDelay).
HideOnElementClickGets or sets whether the HtmlContentPopup is hidden when a user clicks any element within this popup.
HtmlImagesGets or sets the source of images to display using `` tags.
HtmlTemplateGets the window’s HTML-CSS template.
IsDesignMode
IsViewModelCreated
SiteGets or sets the ISite of the Component. Inherited from Component.
TagGets or sets an object that stores custom data.
ToolTipControllerGets or sets the component that controls the behavior and appearance of hints displayed for HTML elements.
UseDirectXPaint
ViewModelType

See Also

HtmlContentPopup Class

HtmlContentPopup Members

DevExpress.XtraEditors Namespace