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

BootstrapCardView.SettingsCommandButton Property

Gets the settings of the Card View’s command buttons.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapCardViewCommandButtonsSettings SettingsCommandButton { get; }

Property Value

Type Description
BootstrapCardViewCommandButtonsSettings

A BootstrapCardViewCommandButtonsSettings object containing the settings of the Card View’s command buttons.

See Also