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