BootstrapCardView.SettingsPopup Property
Provides access to the settings of different Card View’s popup elements.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
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