Skip to main content

BootstrapPopupControl.SettingsBootstrap Property

Provides access to the Popup Control‘s rendering settings affecting features specific to the Bootstrap framework.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapPopupControlBootstrapSpecificSettings SettingsBootstrap { get; }

Property Value

Type Description
BootstrapPopupControlBootstrapSpecificSettings

A BootstrapPopupControlBootstrapSpecificSettings object containing Bootstrap-specific settings.

See Also