New to Telerik UI for .NET MAUIStart a free 30-day trial

A view that presents an AIPrompt suggestion.

Definition

Constructors

Initializes a new instance of the class.

C#
public AIPromptInputSuggestionView()

Fields

ControlTemplateProperty

BindableProperty

Identifies the ControlTemplate property.

C#
public static readonly BindableProperty ControlTemplateProperty

LabelStyleProperty

BindableProperty

Identifies the LabelStyle property.

C#
public static readonly BindableProperty LabelStyleProperty

TextProperty

BindableProperty

Identifies the Text property.

C#
public static readonly BindableProperty TextProperty

Properties

ControlTemplate

ControlTemplate

Gets or sets the template that defines the visual appearance of the view.

C#
public ControlTemplate ControlTemplate { get; set; }

Gets or sets the style that is to be applied to the label.

C#
public Style LabelStyle { get; set; }

Gets or sets the text.

C#
public string Text { get; set; }