Class RadAIPromptButton
A button that uses a Rad
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.
|
PopupContentViewStyleProperty
Identifies the Popup
Declaration
public static readonly BindableProperty PopupContentViewStyleProperty
Field Value
Microsoft.
|
PopupProperty
Identifies the Popup property.
Declaration
public static readonly BindableProperty PopupProperty
Field Value
Microsoft.
|
StyleProperty
Identifies the Style property.
Declaration
public static readonly BindableProperty StyleProperty
Field Value
Microsoft.
|
Properties
AIPrompt
Gets or sets the corresponding Rad
Declaration
public RadAIPrompt AIPrompt { get; set; }
Property Value
Popup
Gets or sets the corresponding Rad
Declaration
public RadPopup Popup { get; set; }
Property Value
PopupContentViewStyle
Gets or sets the style that is to be applied to the AIPrompt
Declaration
public Style PopupContentViewStyle { get; set; }
Property Value
Microsoft.
|
Style
Gets or sets the style for this view.
Declaration
public Style Style { get; set; }
Property Value
Microsoft.
|
Methods
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.
|