ASPxCardViewCommandButtonEventArgs Constructors
Provides data for the ASPxCardView.CommandButtonInitialize event.| Name | Parameters | Description |
|---|---|---|
| ASPxCardViewCommandButtonEventArgs(CardViewCommandLayoutItem, CardViewCommandButtonType, Int32, Boolean, GridCommandButtonRenderMode, String, ImageProperties, ButtonControlStyles) | layoutItem, buttonType, visibleIndex, isEditingCard, renderMode, text, image, styles | Initializes a new instance of the ASPxCardViewCommandButtonEventArgs class. |
| ASPxCardViewCommandButtonEventArgs(CardViewCommandLayoutItem, CardViewCommandButtonType, Int32, Boolean) | layoutItem, buttonType, visibleIndex, isEditingCard | Initializes a new instance of the ASPxCardViewCommandButtonEventArgs class. |
See Also