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

A view in the RadAIPrompt.

Definition

Constructors

Initializes a new instance of the class.

C#
public AIPromptView()

Fields

ControlTemplateProperty

BindableProperty

Identifies the ControlTemplate property.

C#
public static readonly BindableProperty ControlTemplateProperty

Identifies the HeaderImageSource property.

C#
public static readonly BindableProperty HeaderImageSourceProperty

HeaderTextProperty

BindableProperty

Identifies the HeaderText property.

C#
public static readonly BindableProperty HeaderTextProperty

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 image source that resides in the header area of the RadTabView.

C#
public ImageSource HeaderImageSource { get; set; }

Gets or sets the text that resides in the header area of the RadTabView.

C#
public string HeaderText { get; set; }