Class SourceChipView
Represents a custom class for AssistViewChip.
Inheritance
System.Object
SourceChipView
Namespace: Syncfusion.Maui.AIAssistView.Helpers
Assembly: Syncfusion.Maui.AIAssistView.dll
Syntax
public class SourceChipView : ContentView
Constructors
SourceChipView()
Initializes a new instance of the SourceChipView class.
Declaration
public SourceChipView()
Fields
TextProperty
The text to be displayed in the chip.
Declaration
public static readonly BindableProperty TextProperty
Field Value
| Type |
|---|
| Microsoft.Maui.Controls.BindableProperty |
Properties
Text
Gets or sets the text content associated with this element.
Declaration
public string Text { get; set; }
Property Value
| Type |
|---|
| System.String |
Events
Clicked
Occurs when the control is clicked.
Declaration
public event EventHandler Clicked
Event Type
| Type |
|---|
| System.EventHandler |