Skip to main content
A newer version of this page is available. .
Tab

CardViewCommandButtonType Enum

Lists values that identify command buttons within the ASPxCardView.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum CardViewCommandButtonType

Members

Name Description
Edit

Corresponds to the Edit command. Switches the ASPxCardView to edit mode.

New

Corresponds to the New command. Creates a new card.

Delete

Corresponds to the Delete command. Deletes the current card.

Select

Corresponds to the Select command. Selects/deselects cards.

Update

Corresponds to the Update command. Saves all the changes made to the current card and switches the ASPxCardView to browse mode.

Cancel

Corresponds to the Cancel command. Discards any changes made to the current card and switches the ASPxCardView to browse mode.

SelectCheckbox

Corresponds to the Select command initiated via a select check box or radio button. Selects/deselects cards.

ApplySearchPanelFilter

Corresponds to the Apply command. Applies the filter specified in the search panel.

ClearSearchPanelFilter

Corresponds to the Clear command. Clears the filter specified in the search panel.

EndlessPagingShowMoreCards

Corresponds to the Show more cards link. Loads cards on demand when endless paging is enabled.

Recover

Corresponds to the Recover command. Recovers the deleted cards.

Related API Members

The following properties accept/return CardViewCommandButtonType values:

Remarks

The values listed in this enumeration are used to set the ASPxCardViewCommandButtonEventArgs.ButtonType property.

See Also