Class
ChatEntry

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: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView

Inherited Members RadEntry.BorderBrushPropertyRadEntry.BorderThicknessPropertyRadEntry.CornerRadiusPropertyRadEntry.BackgroundColorPropertyRadEntry.BackgroundPropertyRadEntry.TextPropertyRadEntry.SelectionOnFocusPropertyRadEntry.HorizontalTextAlignmentPropertyRadEntry.VerticalTextAlignmentPropertyRadEntry.IsPasswordPropertyRadEntry.ReturnTypePropertyRadEntry.ReturnCommandPropertyRadEntry.ReturnCommandParameterPropertyRadEntry.KeyboardPropertyRadEntry.IsSpellCheckEnabledPropertyRadEntry.IsTextPredictionEnabledPropertyRadEntry.IsReadOnlyPropertyRadEntry.TextColorPropertyRadEntry.CharacterSpacingPropertyRadEntry.TextTransformPropertyRadEntry.CursorPositionPropertyRadEntry.SelectionLengthPropertyRadEntry.FontAttributesPropertyRadEntry.FontFamilyPropertyRadEntry.FontSizePropertyRadEntry.FontAutoScalingEnabledPropertyRadEntry.IsValueValidPropertyRadEntry.ValidationErrorMessagePropertyRadEntry.ValidationErrorColorPropertyRadEntry.ValidationErrorImageStylePropertyRadEntry.ValidationErrorLabelStylePropertyRadEntry.ReserveSpaceForErrorViewPropertyRadEntry.ClearButtonVisibilityPropertyRadEntry.ClearButtonStylePropertyRadEntry.MaxLengthPropertyRadEntry.PaddingPropertyRadEntry.MouseOverStateRadEntry.ReadOnlyStateRadEntry.ReadOnlyInvalidFocusedStateRadEntry.ReadOnlyFocusedStateRadEntry.ReadOnlyInvalidStateRadEntry.InvalidStateRadEntry.InvalidFocusedStateRadEntry.OnApplyTemplate()RadEntry.ChangeVisualState()RadEntry.BorderBrushRadEntry.BorderThicknessRadEntry.CornerRadiusRadEntry.BackgroundColorRadEntry.BackgroundRadEntry.TextRadEntry.SelectionOnFocusRadEntry.HorizontalTextAlignmentRadEntry.VerticalTextAlignmentRadEntry.IsPasswordRadEntry.ReturnTypeRadEntry.ReturnCommandRadEntry.ReturnCommandParameterRadEntry.KeyboardRadEntry.IsSpellCheckEnabledRadEntry.IsTextPredictionEnabledRadEntry.IsReadOnlyRadEntry.TextColorRadEntry.CharacterSpacingRadEntry.TextTransformRadEntry.CursorPositionRadEntry.SelectionLengthRadEntry.FontAttributesRadEntry.FontFamilyRadEntry.FontSizeRadEntry.FontAutoScalingEnabledRadEntry.IsValueValidRadEntry.ValidationErrorMessageRadEntry.ValidationErrorColorRadEntry.ValidationErrorImageStyleRadEntry.ValidationErrorLabelStyleRadEntry.ReserveSpaceForErrorViewRadEntry.ClearButtonVisibilityRadEntry.ClearButtonStyleRadEntry.MaxLengthRadEntry.PaddingRadEntry.TextChangingRadEntry.TextChangedRadEntry.CompletedRadCompositeContentView.StylePropertyRadCompositeContentView.ControlTemplatePropertyRadCompositeContentView.OnBindingContextChanged()RadCompositeContentView.StyleRadCompositeContentView.ControlTemplateRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnHandlerChanged()

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.

Declaration

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

Property Value

string

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

string

Overrides RadCompositeContentView.OnPropertyChanged(string)