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

BootstrapGridView.SettingsPopup Property

Provides access to the settings of different grid popup elements.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapGridViewPopupControlSettings SettingsPopup { get; }

Property Value

Type Description
BootstrapGridViewPopupControlSettings

An BootstrapGridViewPopupControlSettings object that contains the popup element settings.

See Also