ClassDataGridAISendButton
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:
cs-api-definition
public class DataGridAISendButton : RadTemplatedButton, INotifyPropertyChanged
Inheritance: objectRadButtonBaseRadTemplatedButtonDataGridAISendButton
Implements:
Inherited Members
Constructors
DataGridAISendButton()
Initializes a new instance of the DataGridAISendButton class.
Declaration
cs-api-definition
public DataGridAISendButton()
Fields
IsProcessingProperty
Identifies the IsProcessing property.
Declaration
cs-api-definition
public static readonly BindableProperty IsProcessingProperty
Field Value
BindableProperty
Properties
IsProcessing
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.
Methods
ChangeVisualState()
Declaration
cs-api-definition
protected override void ChangeVisualState()
Overrides