Skip to main content

BootstrapClientPopupMenu.SetPopupElementCssSelector(selector) Method

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

Declaration

SetPopupElementCssSelector(
    selector: string
): void

Parameters

Name Type Description
selector string

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

See Also