ClassUserInfo
Class
A class that holds information for an user in the task board.
Definition
Namespace:Telerik.WinControls.UI.TaskBoard
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class UserInfo
Inheritance: objectUserInfo
Constructors
UserInfo()
Declaration
cs-api-definition
public UserInfo()
Properties
Avatar
User's avatar.
BackColor
Gets or sets the color that will be used as background with the initials of the user in the avatar.
FirstName
First Name.
ForeColor
Gets or sets the color that will be used as foreground with the initials of the user in the avatar.
Initials
Initials. If not set, tries to construct initals from the first and last name.
LastName
Last Name.
MiddleName
Middle Name.
SvgAvatar
User's svg avatar.