A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
[DefaultValue("")]
public string PopupElementCssSelector { get; set; }
<DefaultValue("")>
Public Property PopupElementCssSelector As String
Property Value
Type | Default | Description |
---|---|---|
String | A string value specifying the CSS selector of the web control or HTML element with which the popup menu is associated. |
See Also
Feedback