/maui-cards-with-custom-content

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

Primary LanguageC#OtherNOASSERTION

.NET MAUI Controls - Cards with Custom Content

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

image

Included controls and their properties:

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>

Files to Look At

Documentation

More Examples

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)