BootstrapCardView.SettingsCommandButton Property
Gets the settings of the Card View’s command buttons.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
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