RadAIPromptButton
Class
A button that uses a RadPopup to display a RadAIPrompt when clicked.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class RadAIPromptButton : RadTemplatedButton, INotifyPropertyChanged
Inheritance: objectRadButtonBaseRadTemplatedButtonRadAIPromptButton
Implements:
Inherited Members
Constructors
Initializes a new instance of the class.
C#
public RadAIPromptButton()
Fields
AIPromptProperty
BindableProperty
Identifies the AIPrompt property.
C#
public static readonly BindableProperty AIPromptProperty
PopupContentViewStyleProperty
BindableProperty
Identifies the PopupContentViewStyle property.
C#
public static readonly BindableProperty PopupContentViewStyleProperty
PopupProperty
BindableProperty
Identifies the Popup property.
C#
public static readonly BindableProperty PopupProperty
StyleProperty
BindableProperty
Identifies the Style property.
C#
public static readonly BindableProperty StyleProperty
Properties
Gets or sets the corresponding RadAIPrompt.
C#
public RadAIPrompt AIPrompt { get; set; }
Gets or sets the style that is to be applied to the AIPromptPopupContentView which presents the AIPrompt.
C#
public Style PopupContentViewStyle { get; set; }
Style
Style
Gets or sets the style for this view.
C#
public Style Style { get; set; }
Methods
C#
protected override void OnPropertyChanged(string propertyName = null)
Overrides: