Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Expanding and Collapsing Cards

Each card displays a button in the top left corner of its header. Clicking this button collapses a card. Clicking this button once again expands the card.

ExpandCollapseCards

A Card View provides multiple methods, allowing you to expand/collapse individual cards, as well as all cards. These methods are listed below:

Method Description
CardView.ExpandCard Expands the specified card.
CardView.ExpandAllCards Expands all cards displayed within a Card View.
CardView.CollapseCard Collapses the specified card.
CardView.CollapseAllCards Collapses all cards displayed within a Card View.

Users can use Ctrl + + and Ctrl + - shortcuts to expand and collapse a focused card.