New to Telerik UI for WinFormsStart a free 30-day trial

A class that holds information for an user in the task board.

Definition

Namespace:Telerik.WinControls.UI.TaskBoard

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class UserInfo

Inheritance: objectUserInfo

Constructors

C#
public UserInfo()

Properties

User's avatar.

C#
public Image Avatar { get; set; }

Gets or sets the color that will be used as background with the initials of the user in the avatar.

C#
public Color? BackColor { get; set; }

First Name.

C#
public string FirstName { get; set; }

Gets or sets the color that will be used as foreground with the initials of the user in the avatar.

C#
public Color? ForeColor { get; set; }

Initials. If not set, tries to construct initals from the first and last name.

C#
public string Initials { get; set; }

Last Name.

C#
public string LastName { get; set; }

Middle Name.

C#
public string MiddleName { get; set; }

User's svg avatar.

C#
public RadSvgImage SvgAvatar { get; set; }

Methods

C#
public override string ToString()
Returns:

string

Overrides: object.ToString()