maui cards with custom content
1.0.0
This example demonstrates how to turn DXButton controls into clickable cards with custom content. For example, the bottom card displays a ChartView.

Included controls and their properties:
Label: Text
DXButton: Content, Clicked
If a control in a DXButton intercepts a click, set the control's InputTransparent property to true. In this case, the control handles clicks instead of the DXButton:
<dx:DXButton Clicked="Button_Clicked" ...>
<Grid>
<views:PageviewsAreaChartView InputTransparent="True"/>
</Grid>
</dx:DXButton>
(you will be redirected to DevExpress.com to submit your response)