Class ActionButtonPosition
Defines the position of the action button in the input view of the SfAIAssistView relative to the editor.
Inheritance
System.Object
ActionButtonPosition
Namespace: Syncfusion.Maui.AIAssistView
Assembly: Syncfusion.Maui.AIAssistView.dll
Syntax
public sealed class ActionButtonPosition : Enum
Fields
End
Indicates that the action button is positioned at the end (after the editor).
Declaration
public const ActionButtonPosition End
Field Value
| Type |
|---|
| ActionButtonPosition |
Start
Indicates that the action button is positioned at the start (before the editor).
Declaration
public const ActionButtonPosition Start
Field Value
| Type |
|---|
| ActionButtonPosition |