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

BootstrapCardView.SettingsPopup Property

Provides access to the settings of different Card View’s popup elements.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Description
BootstrapCardViewPopupControlSettings

An BootstrapCardViewPopupControlSettings object that contains the popup element settings.

Remarks

Use the SettingsPopup property to access the settings of different popup elements within a Card View (i.e. popup edit form and header filter).

See Also