BootstrapCardViewCustomCommandButtonEventArgs(BootstrapCardViewCustomCommandButton, Int32, Boolean) Constructor
Initializes a new instance of the BootstrapCardViewCustomCommandButtonEventArgs class.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
public BootstrapCardViewCustomCommandButtonEventArgs(
BootstrapCardViewCustomCommandButton button,
int visibleIndex,
bool isEditingCard
)
Parameters
Name | Type | Description |
---|---|---|
button | BootstrapCardViewCustomCommandButton | A BootstrapCardViewCustomCommandButton object that represents the custom button currently being initialized. |
visibleIndex | Int32 | An integer value that identifies the data item by its visible index. This value is assigned to the ASPxClientCardViewCustomButtonEventArgs.visibleIndex property. |
isEditingCard | Boolean | true if the processed custom button is displayed within the data item currently being edited; otherwise, false. |
See Also