ClassChatEntry
Class
Represents the entry used for writing messages in the RadChat.
Definition
Namespace:Telerik.Maui.Controls.Chat
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class ChatEntry : RadEntry, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadCompositeContentViewRadEntryChatEntry
Implements:
Inherited Members
Constructors
ChatEntry()
Initializes a new instance of the ChatEntry class.
Declaration
cs-api-definition
public ChatEntry()
Fields
PlaceholderColorProperty
Identifies the PlaceholderColor property.
Declaration
cs-api-definition
public static readonly BindableProperty PlaceholderColorProperty
Field Value
BindableProperty
PlaceholderProperty
Identifies the Placeholder property.
Declaration
cs-api-definition
public static readonly BindableProperty PlaceholderProperty
Field Value
BindableProperty
Properties
Placeholder
Gets or sets the placeholder of the control.
PlaceholderColor
Gets or sets the placeholder color of the control.
Declaration
cs-api-definition
public Color PlaceholderColor { get; set; }
Property Value
Color
Methods
OnPropertyChanged(string)
Declaration
cs-api-definition
protected override void OnPropertyChanged(string propertyName = null)
Parameters
propertyName
Overrides