ASPxCardViewCommandButtonEventArgs(CardViewCommandLayoutItem, CardViewCommandButtonType, Int32, Boolean) Constructor
Initializes a new instance of the ASPxCardViewCommandButtonEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v26.1.dll
Declaration
public ASPxCardViewCommandButtonEventArgs(
CardViewCommandLayoutItem layoutItem,
CardViewCommandButtonType buttonType,
int visibleIndex,
bool isEditingCard
)
Parameters
| Name | Type | Description |
|---|---|---|
| layoutItem | CardViewCommandLayoutItem | A CardViewCommandLayoutItem object, containing the processed button. |
| buttonType | CardViewCommandButtonType | One of the CardViewCommandButtonType enumeration values identifying the type of the processed command button. |
| visibleIndex | Int32 | An integer value that specifies the visible index of a card which contains the processed command button. |
| isEditingCard | Boolean |
|
See Also