Version

XamDataCards Class

A DataPresenterBase derived control that uses a CardView and an associated CardViewPanel to arrange DataRecords inside 'cards' which are organized in a tabular layout.
Syntax
Remarks

The XamDataCards control is essentially a XamDataPresenter that implements a single view i.e., a CardView. It contains the same functionality as a XamDataPresenter that has its XamDataPresenter.View property set to an instance of a CardView, without the ability to dynamically switch between views.

If you need the card layout provided by a CardView and don't need the ability to dynamically switch to other views, you should use the XamDataCards control rather than the XamDataPresenter. It's a bit more convenient to use than the XamDataPresenter since it exposes a ViewSettings property of type CardViewSettings directly off the control for easy manipulation of the properties that control all aspects of the card layout.

Refer to the CardViewSettings topic for detailed information on all available properties.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also