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

BootstrapCardViewCommandLayoutItem.CustomButtons Property

Gets the collection of custom buttons.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapCardViewCustomCommandButtonCollection CustomButtons { get; }

Property Value

Type Description
BootstrapCardViewCustomCommandButtonCollection

A BootstrapCardViewCustomCommandButtonCollection object which represents the collection of custom buttons.

Remarks

It is possible to display custom buttons. To process a custom button click, handle the ASPxClientCardView.CustomButtonClick client event.

See Also