EnumRadTaskCardUserElement.ShownElement
Enum
Enumeration how to represent the user in the card.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public enum RadTaskCardUserElement.ShownElement
Fields
Avatar
Shows the avatar of the user.
AvatarOverInitials
Tries to show the svg avatar. If it is missing, tries to show the avatar. If it is missing, tries to show initials.
Declaration
cs-api-definition
AvatarOverInitials = 2
Field Value
Initials
Shows the initials of the user.
InitialsOverAvatar
Tries to show initials. If empty, tries to show the svg avatar. If it is missing, tries to show the avatar.
Declaration
cs-api-definition
InitialsOverAvatar = 3
Field Value
SvgAvatar
Shows the svg avatar of the user.