Method SetCustomTotal
SetCustomTotal(int?)
Set a custom AvatarGroup total count instead of the child count.
Declaration
public void SetCustomTotal(int? customTotal)
Parameters
Type | Name | Description |
---|---|---|
int? | customTotal | The custom total count. |
Remarks
You can pass a null value to reset the custom total count and use the child count instead.