Class MessageInputView
Represents a template view for footer part containing Editor, Attachment button and Send button of the SfChat.
Inheritance
System.Object
MessageInputView
Namespace: Syncfusion.XForms.Chat
Assembly: Syncfusion.SfChat.XForms.dll
Syntax
public class MessageInputView : ContentView
Constructors
MessageInputView()
Initializes a new instance of the MessageInputView class.
Declaration
public MessageInputView()
Methods
Dispose()
Disposes the managed resources.
Declaration
public void Dispose()
Dispose(Boolean)
Releases the unmanaged resources used by the component and optionally releases the managed resources.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | if true - release both managed and unmanaged resources; if false - release only unmanaged resources. |