Show theme settings Shopping cart Download trialFree Trial
Change Theme Settings
Change Theme Settings
Themes
 
Show All Themes
v
...v

Toolbar

  • v
Brand:Superheads
Fit:Over ear
Old price:$250.00
Discount:30%
New price:$175.00
Brand:Sensitive Sound
Fit:On ear
Old price:$900.00
Discount:5%
New price:$855.00
Brand:Extra Bass
Fit:Over ear
Old price:$210.00
Discount:20%
New price:$168.00
Brand:Audio Phones
Fit:Over ear
Old price:$350.00
Discount:15%
New price:$297.50
Brand:Superheads
Fit:Over ear
Old price:$210.00
Discount:20%
New price:$168.00
Brand:Sensitive Sound
Fit:In ear
Old price:$20.00
Discount:0%
New price:$20.00
Brand:Extra Bass
Fit:Over ear
Old price:$370.00
Discount:25%
New price:$277.50
Brand:Audio Phones
Fit:Over ear
Old price:$630.00
Discount:50%
New price:$315.00
Brand:Superheads
Fit:Over ear
Old price:$400.00
Discount:10%
New price:$360.00
Page 1 of 4 (30 items)Prev1234Next


The DevExpress ASP.NET MVC CardView enables you to group the most important or frequently used grid commands, and expose them through customizable toolbars for efficient end-user access.

The CardView stores toolbars (which are MVCxCardViewToolbar class instances) in its Toolbars collection. You can add or remove toolbars, change their availability and position (Visible, Enabled, Position) and populate them with toolbar items (MVCxCardViewToolbarItem class instances) using the Items property. Toolbar items can trigger standard grid commands (that is, data item editing, deletion, creation, etc.) and any custom actions, if required.

  • Standard Toolbar Items
    To make a toolbar item execute a standard command, set the item's Command property to the desired command name listed by the CardViewToolbarCommand enumeration. A standard toolbar item automatically displays the command-related text and image (optional). Clicking a standard toolbar item executes the corresponding grid command.
  • Custom Toolbar Items
    If you need to perform a custom action, set a toolbar item's Command property to the Custom value (the default setting), specify a custom command name through the item's Name property and define item characteristics (such as text, image, etc.). Then handle the server ToolbarItemClick event or client ToolbarItemClick event (or both) to identify the triggered custom command by its name and execute the required action.

Note that toolbar items expose the Items property allowing you to create hierarchies of nested toolbar items of unlimited depth.

Collapse/Expand
Local Copy of this Demo
To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer.
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
Open CS Solution
The source code files for this demo are installed (by default) in the following directory:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxCardViewDemos