Skip to content

Attributes

Name
Icon
ShowIcon
Title
ActionTitle
ActionIcon
ShowActionIcon
ShowActionButton
LaunchUri
IsOpen
ShowCloseButton

Events

Name
ActionClick
CloseRequested

Example

xml
<dev:GoToCard Title="Syncfusion Collaborates with Microsoft to Advance .NET MAUI"
              ActionTitle="Read more"
              Icon="{dev:BitmapIconSource Source=ms-appx:///Assets/Fluent/Microsoft.png}">
    <dev:GoToCard.Icon>
        <BitmapIconSource Source="ms-appx:///Assets/Fluent/Microsoft.png">
    </dev:GoToCard.Icon>
</dev:GoToCard>

if you provide LaunchUri and then click on ActionButton, LaunchUri will be used and no need to subscribe to ActionClick event.

GoToCard

Demo

you can run demo and see this feature.

Released under the MIT License.