Back to Devexpress

BootstrapCardViewToolbarCommand Enum

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-26cc02cc.md

latest2.8 KB
Original Source

BootstrapCardViewToolbarCommand Enum

Lists the values that specify names of commands that can be performed by clicking toolbar items.

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public enum BootstrapCardViewToolbarCommand
vb
Public Enum BootstrapCardViewToolbarCommand

Members

NameDescription
Custom

A custom user command.

| | ClearSorting |

A command that clears sorting by the current column.

| | ClearFilter |

A command that clears the filter applied to the current column.

| | ShowSearchPanel |

A command that controls the search panel visibility.

| | ShowSummaryPanel |

A command that controls the “Summary Panel” visibility.

| | ShowHeaderPanel |

A command that controls the header panel visibility.

| | ShowCardHeader |

A command that controls the card header visibility.

| | ShowCardFooter |

A command that controls the card footer visibility.

| | Refresh |

A command that refreshes grid data.

| | New |

A command that creates a new card.

| | Edit |

A command that allows users to edit the current card.

| | Delete |

A command that deletes the current card.

| | DeleteSelectedCardsOnPage |

A command that deletes the selected cards on a page.

| | Update |

A command that saves all the changes made to the current card and switches the Card View to browse mode.

| | Cancel |

A command that discards any changes made to the current card and switches the Card View to browse mode.

| | UpdateSummaries | | | ExportToPdf | | | ExportToDocx | | | ExportToRtf | | | ExportToCsv | | | ExportToXls | | | ExportToXlsx | |

The following properties accept/return BootstrapCardViewToolbarCommand values:

Remarks

The values listed by this enumeration are used to set the BootstrapCardViewToolbarItemBase.Command property value.

See Also

Card View

DevExpress.Web.Bootstrap Namespace