DataGridAISendButton
Class
Represents a specialized button for sending AI prompts in DataGrid with processing state support.
Definition
Namespace:Telerik.Maui.Controls.DataGrid
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class DataGridAISendButton : RadTemplatedButton, INotifyPropertyChanged
Inheritance: objectRadButtonBaseRadTemplatedButtonDataGridAISendButton
Implements:
Inherited Members
Constructors
C#
public DataGridAISendButton()
Fields
IsProcessingProperty
BindableProperty
Identifies the IsProcessing property.
C#
public static readonly BindableProperty IsProcessingProperty
Properties
Gets or sets a value indicating whether the button is in processing state. When true, the button displays a stop icon and handles pointer states accordingly.
C#
public bool IsProcessing { get; set; }
Methods
C#
protected override void ChangeVisualState()
Overrides: