skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
  • Migrate to .NET MAUI
  • Support and Learning

    • Support and Learning Hub
    • Release History
    • Docs
    • Demos
    • Forums
    • Videos
    • Blogs
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Embedded Reporting
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Contact us

Class RadChat

Inheritance
System.Object
RadContentView
RadChat
Inherited Members
RadContentView.ActualStyleClassProperty
RadContentView.OnChildAdded(Element)
RadContentView.OnChildRemoved(Element)
RadContentView.OnMeasure(Double, Double)
RadContentView.ActualStyleClass
Namespace: Telerik.XamarinForms.ConversationalUI
Assembly: Telerik.XamarinForms.ConversationalUI.dll

Syntax

public class RadChat : RadContentView, IItemConverter<ChatItem>

Constructors

RadChat()

Declaration
public RadChat()

Fields

ActualScrollMediatorModeProperty

Declaration
public static readonly BindableProperty ActualScrollMediatorModeProperty
Field Value
Xamarin.Forms.BindableProperty

ActualSendMessageCommandProperty

Declaration
public static readonly BindableProperty ActualSendMessageCommandProperty
Field Value
Xamarin.Forms.BindableProperty

AuthorProperty

Declaration
public static readonly BindableProperty AuthorProperty
Field Value
Xamarin.Forms.BindableProperty

AutoScrollModeProperty

Declaration
public static readonly BindableProperty AutoScrollModeProperty
Field Value
Xamarin.Forms.BindableProperty

BackgroundColorProperty

Identifies the BackgroundColor property.

Declaration
public static readonly BindableProperty BackgroundColorProperty
Field Value
Xamarin.Forms.BindableProperty

FocusMediatorProperty

Declaration
public static readonly BindableProperty FocusMediatorProperty
Field Value
Xamarin.Forms.BindableProperty

InputAreaBackgroundColorProperty

Declaration
public static readonly BindableProperty InputAreaBackgroundColorProperty
Field Value
Xamarin.Forms.BindableProperty

ItemConverterProperty

Declaration
public static readonly BindableProperty ItemConverterProperty
Field Value
Xamarin.Forms.BindableProperty

ItemsSourceProperty

Declaration
public static readonly BindableProperty ItemsSourceProperty
Field Value
Xamarin.Forms.BindableProperty

ItemTemplateSelectorProperty

Declaration
public static readonly BindableProperty ItemTemplateSelectorProperty
Field Value
Xamarin.Forms.BindableProperty

MessageProperty

Declaration
public static readonly BindableProperty MessageProperty
Field Value
Xamarin.Forms.BindableProperty

PickerProperty

Declaration
public static readonly BindableProperty PickerProperty
Field Value
Xamarin.Forms.BindableProperty

SendMessageButtonImageProperty

Declaration
public static readonly BindableProperty SendMessageButtonImageProperty
Field Value
Xamarin.Forms.BindableProperty

SendMessageCommandProperty

Declaration
public static readonly BindableProperty SendMessageCommandProperty
Field Value
Xamarin.Forms.BindableProperty

TypingIndicatorProperty

Declaration
public static readonly BindableProperty TypingIndicatorProperty
Field Value
Xamarin.Forms.BindableProperty

Properties

ActualScrollMediator

Declaration
public ScrollMediator ActualScrollMediator { get; }
Property Value
ScrollMediator

ActualSendMessageCommand

Declaration
public ICommand ActualSendMessageCommand { get; }
Property Value
System.Windows.Input.ICommand

Author

Declaration
public Author Author { get; set; }
Property Value
Author

AutoScrollMode

Declaration
public AutoScrollMode AutoScrollMode { get; set; }
Property Value
AutoScrollMode

BackgroundColor

Declaration
public Color BackgroundColor { get; set; }
Property Value
Xamarin.Forms.Color

FocusMediator

Declaration
public FocusMediator FocusMediator { get; }
Property Value
FocusMediator

InputAreaBackgroundColor

Gets or sets the background color of the area that the input elements (entry and button) are reside.

Declaration
public Color InputAreaBackgroundColor { get; set; }
Property Value
Xamarin.Forms.Color

ItemConverter

Declaration
public IChatItemConverter ItemConverter { get; set; }
Property Value
IChatItemConverter

Items

Declaration
public IList<ChatItem> Items { get; }
Property Value
System.Collections.Generic.IList<ChatItem>

ItemsSource

Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
System.Collections.IEnumerable

ItemTemplateSelector

Declaration
public DataTemplateSelector ItemTemplateSelector { get; set; }
Property Value
Xamarin.Forms.DataTemplateSelector

Message

Declaration
public object Message { get; set; }
Property Value
System.Object

Picker

Declaration
public View Picker { get; set; }
Property Value
Xamarin.Forms.View

SendMessageButtonImage

Declaration
public ImageSource SendMessageButtonImage { get; set; }
Property Value
Xamarin.Forms.ImageSource

SendMessageCommand

Declaration
public ICommand SendMessageCommand { get; set; }
Property Value
System.Windows.Input.ICommand

TypingIndicator

Declaration
public View TypingIndicator { get; set; }
Property Value
Xamarin.Forms.View

Methods

FocusEntry()

Attemps to set focus to the entry element.

Declaration
public bool FocusEntry()
Returns
System.Boolean

true if the keyboard focus was set to the entry element; false if the call to this method did not force a focus change.

OnApplyTemplate()

Declaration
protected override void OnApplyTemplate()

OnBindingContextChanged()

Declaration
protected override void OnBindingContextChanged()
Overrides
RadContentView.OnBindingContextChanged()

OnPropertyChanged(String)

Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String propertyName

Overrides
RadContentView.OnPropertyChanged(String)

ScrollTo(Int32)

Declaration
public void ScrollTo(int index)
Parameters
System.Int32 index

Events

SendMessage

Declaration
public event EventHandler SendMessage
Event Type
System.EventHandler

Sample Applications
  • Telerik Tagit
  • iOS Demo App
  • Android Demo App
Support Resources
  • iOS Wrappers
  • Android Wrappers
  • Xamarin.Forms SDK Examples
Community
  • Forums
  • Blogs
  • Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.