A newer version of this page is available.
Switch to the current version.
BootstrapCardView.SettingsPopup Property
Provides access to the settings of different Card View's popup elements.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapCardViewPopupControlSettings SettingsPopup { get; }
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property SettingsPopup As BootstrapCardViewPopupControlSettings
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
Feedback