Class
UserInfo

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.

Declaration

cs-api-definition
public Image Avatar { get; set; }

Property Value

Image

BackColor

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

Declaration

cs-api-definition
public Color? BackColor { get; set; }

Property Value

Color?

FirstName

First Name.

Declaration

cs-api-definition
public string FirstName { get; set; }

Property Value

string

ForeColor

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

Declaration

cs-api-definition
public Color? ForeColor { get; set; }

Property Value

Color?

Initials

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

Declaration

cs-api-definition
public string Initials { get; set; }

Property Value

string

LastName

Last Name.

Declaration

cs-api-definition
public string LastName { get; set; }

Property Value

string

MiddleName

Middle Name.

Declaration

cs-api-definition
public string MiddleName { get; set; }

Property Value

string

SvgAvatar

User's svg avatar.

Declaration

cs-api-definition
public RadSvgImage SvgAvatar { get; set; }

Property Value

RadSvgImage

Methods

ToString()

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()