BootstrapGridView.SettingsPopup Property
Provides access to the settings of different grid popup elements.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapGridViewPopupControlSettings SettingsPopup { get; }
Property Value
Type | Description |
---|---|
BootstrapGridViewPopupControlSettings | An BootstrapGridViewPopupControlSettings object that contains the popup element settings. |
See Also