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.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
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