Class RadAIPromptButton
A button that uses a RadPopup to display a RadAIPrompt when clicked.
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadAIPromptButton : RadTemplatedButton, ITextContentButton, IContentButton, INotifyPropertyChanged
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
Microsoft.Maui.Controls.BindableProperty
|
PopupContentViewStyleProperty
Identifies the PopupContentViewStyle property.
Declaration
public static readonly BindableProperty PopupContentViewStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
PopupProperty
Identifies the Popup property.
Declaration
public static readonly BindableProperty PopupProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
StyleProperty
Identifies the Style property.
Declaration
public static readonly BindableProperty StyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
AIPrompt
Gets or sets the corresponding RadAIPrompt.
Declaration
public RadAIPrompt AIPrompt { get; set; }
Property Value
RadAIPrompt
|
Popup
Gets or sets the corresponding RadPopup.
Declaration
public RadPopup Popup { get; set; }
Property Value
RadPopup
|
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
Microsoft.Maui.Controls.Style
|
Style
Gets or sets the style for this view.
Declaration
public Style Style { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
Methods
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|