BootstrapClientPopupControl.SetPopupElementCssSelector(selector) Method
Sets the CSS selector of a web control or HTML element with which the current popup window 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 window is associated. |
See Also