Skip to main content
A newer version of this page is available. .

BootstrapPopupControl.PopupElementCssSelector Property

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

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

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 window is associated.

See Also