Skip to main content

BootstrapCardViewCommandLayoutItem.CustomButtons Property

Gets the collection of custom buttons.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

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