Skip to main content

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

See Also