ASPxCardViewCustomCommandButtonEventArgs(CardViewCustomCommandButton, Int32, Boolean) Constructor
Initializes a new instance of the ASPxCardViewCustomCommandButtonEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
public ASPxCardViewCustomCommandButtonEventArgs(
CardViewCustomCommandButton button,
int visibleIndex,
bool isEditingCard
)
Parameters
Name | Type | Description |
---|---|---|
button | CardViewCustomCommandButton | A CardViewCustomCommandButton 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 |
|
See Also