Enum
RadTaskCardUserElement.ShownElement

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.

Declaration

cs-api-definition
Avatar = 1

Field Value

RadTaskCardUserElement.ShownElement

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

RadTaskCardUserElement.ShownElement

Initials

Shows the initials of the user.

Declaration

cs-api-definition
Initials = 0

Field Value

RadTaskCardUserElement.ShownElement

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

RadTaskCardUserElement.ShownElement

SvgAvatar

Shows the svg avatar of the user.

Declaration

cs-api-definition
SvgAvatar = 4

Field Value

RadTaskCardUserElement.ShownElement