Count Cards
Learn how to configure count cards in Umbraco UI Builder.
Last updated
Was this helpful?
Learn how to configure count cards in Umbraco UI Builder.
Last updated
Was this helpful?
Count cards allow you to define cards directly against the configuration, providing a basic where clause to use in a count SQL statement. These work perfectly for basic data visualizations based on counts of entities in a collection.
If you need to do more than a basic count, see the article.
Count cards display basic summaries of key information that may be useful to the editor.
AddCard()
MethodAdds a count card with the specified name and a where clause filter expression. The filter expression must be a boolean
value.
AddCard()
Method with IconAdds a count card with the specified name, an icon, and a where clause filter expression. The filter expression must be a boolean
value.
SetColor()
MethodSets the color for the count card.
SetSuffix()
MethodSets a suffix to be displayed alongside the card value.d
SetFormat()
MethodSets a custom format for the card's value.