Class MessageInputView
Represents a template view for footer part containing Editor, Attachment button and Send button of the SfChat.
Inheritance
System.Object
Syncfusion.Maui.Chat.Internals.ChatFooterView
MessageInputView
Namespace: Syncfusion.Maui.Chat
Assembly: Syncfusion.Maui.Chat.dll
Syntax
public class MessageInputView : ChatFooterView, IKeyboardListener
Constructors
MessageInputView(SfChat)
Initializes a new instance of the MessageInputView class.
Declaration
public MessageInputView(SfChat chat)
Parameters
Type | Name | Description |
---|---|---|
SfChat | chat | Represents the SfChat instance. |
Methods
OnPropertyChanged(String)
This method is called when a property of the control is changed.
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName | The name of the property that changed. |