Class ChatItemConverterContext
Represents a context used by the chat to convert data items to chat items.
Inheritance
System.Object
ChatItemConverterContext
Namespace: Telerik.Maui.Controls.Chat
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class ChatItemConverterContext : ValueType
Properties
Chat
Gets the corresponding RadChat instance.
Declaration
public RadChat Chat { get; }
Property Value
RadChat
|