Skip to main content

BootstrapPopupMenu.PopupElementCssSelector Property

Gets or sets the CSS selector of a web control or HTML element with which the current popup menu is associated.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue("")]
public string PopupElementCssSelector { get; set; }

Property Value

Type Default Description
String String.Empty

A string value specifying the CSS selector of the web control or HTML element with which the popup menu is associated.

Remarks

If the HTML elements linked by the PopupElementCssSelector property are re-created in DOM on callbacks, you should call the RefreshPopupElementConnection method to re-initialize connections between the elements and the popup menu.

See Also