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

Represents a view that displays AI prompt suggestions and recent prompts in DataGrid.

Definition

Namespace:Telerik.Maui.Controls.DataGrid

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class DataGridAISuggestionsView : RadBorder, IRadBorder, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewRadBorderDataGridAISuggestionsView

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadBorderIRadContentViewITransformIView...

Inherited Members RadBorder.BorderColorPropertyRadBorder.CornerRadiusPropertyRadBorder.BorderThicknessPropertyRadBorder.BorderBrushPropertyRadBorder.ChangeVisualState()RadBorder.BorderColorRadBorder.CornerRadiusRadBorder.BorderThicknessRadBorder.BorderBrushRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnBindingContextChanged()RadContentView.OnHandlerChanged()...

Constructors

Initializes a new instance of the DataGridAISuggestionsView class.

C#
public DataGridAISuggestionsView()

Fields

Identifies the ActualIsRecentPromptsVisible property.

C#
public static readonly BindableProperty ActualIsRecentPromptsVisibleProperty

Identifies the ActualIsSuggestedPromptsVisible property.

C#
public static readonly BindableProperty ActualIsSuggestedPromptsVisibleProperty
C#
public static readonly BindableProperty ActualRecentPromptsCollectionViewStyleProperty

Identifies the ActualRecentPromptsIconStyle property.

C#
public static readonly BindableProperty ActualRecentPromptsIconStyleProperty

Identifies the ActualRecentPromptsLabelStyle property.

C#
public static readonly BindableProperty ActualRecentPromptsLabelStyleProperty

Identifies the ActualSeparatorStyle property.

C#
public static readonly BindableProperty ActualSeparatorStyleProperty
C#
public static readonly BindableProperty ActualSuggestedPromptsCollectionViewStyleProperty

Identifies the ActualSuggestedPromptsIconStyle property.

C#
public static readonly BindableProperty ActualSuggestedPromptsIconStyleProperty

Identifies the ActualSuggestedPromptsLabelStyle property.

C#
public static readonly BindableProperty ActualSuggestedPromptsLabelStyleProperty

BackgroundColorProperty

BindableProperty

Identifies the BackgroundColor property.

C#
public static readonly BindableProperty BackgroundColorProperty

BackgroundProperty

BindableProperty

Identifies the Background property.

C#
public static readonly BindableProperty BackgroundProperty

ControlTemplateProperty

BindableProperty

Identifies the ControlTemplate property.

C#
public static readonly BindableProperty ControlTemplateProperty

Identifies the IsRecentPromptsVisible property.

C#
public static readonly BindableProperty IsRecentPromptsVisibleProperty

Identifies the IsSuggestedPromptsVisible property.

C#
public static readonly BindableProperty IsSuggestedPromptsVisibleProperty

Identifies the PromptSelectedCommand property.

C#
public static readonly BindableProperty PromptSelectedCommandProperty

Identifies the RecentPromptsCollectionViewStyle property.

C#
public static readonly BindableProperty RecentPromptsCollectionViewStyleProperty

Identifies the RecentPromptsIconStyle property.

C#
public static readonly BindableProperty RecentPromptsIconStyleProperty

Identifies the RecentPromptsLabelStyle property.

C#
public static readonly BindableProperty RecentPromptsLabelStyleProperty

RecentPromptsProperty

BindableProperty

Identifies the RecentPrompts property.

C#
public static readonly BindableProperty RecentPromptsProperty

SeparatorStyleProperty

BindableProperty

Identifies the SeparatorStyle property.

C#
public static readonly BindableProperty SeparatorStyleProperty

StyleProperty

BindableProperty

Identifies the Style property.

C#
public static readonly BindableProperty StyleProperty

Identifies the SuggestedPromptsCollectionViewStyle property.

C#
public static readonly BindableProperty SuggestedPromptsCollectionViewStyleProperty

Identifies the SuggestedPromptsIconStyle property.

C#
public static readonly BindableProperty SuggestedPromptsIconStyleProperty

Identifies the SuggestedPromptsLabelStyle property.

C#
public static readonly BindableProperty SuggestedPromptsLabelStyleProperty

SuggestedPromptsProperty

BindableProperty

Identifies the SuggestedPrompts property.

C#
public static readonly BindableProperty SuggestedPromptsProperty

Properties

Gets a value indicating whether the recent prompts section is actually visible. This is true only when IsRecentPromptsVisible is true and RecentPrompts has items.

C#
public bool ActualIsRecentPromptsVisible { get; }

Gets a value indicating whether the suggested prompts section is actually visible. This is true only when IsSuggestedPromptsVisible is true and SuggestedPrompts has items.

C#
public bool ActualIsSuggestedPromptsVisible { get; }

Gets the actual style that is applied to the recent prompts collection view.

C#
public Style ActualRecentPromptsCollectionViewStyle { get; }

Gets the actual style that is applied to the recent prompts icon.

C#
public Style ActualRecentPromptsIconStyle { get; }

Gets the actual style that is applied to the recent prompts label.

C#
public Style ActualRecentPromptsLabelStyle { get; }

Gets the actual style that is applied to the separator.

C#
public Style ActualSeparatorStyle { get; }

Gets the actual style that is applied to the suggested prompts collection view.

C#
public Style ActualSuggestedPromptsCollectionViewStyle { get; }

Gets the actual style that is applied to the suggested prompts icon.

C#
public Style ActualSuggestedPromptsIconStyle { get; }

Gets the actual style that is applied to the suggested prompts label.

C#
public Style ActualSuggestedPromptsLabelStyle { get; }

Gets or sets the background brush of the control.

C#
[TypeConverter(typeof(BrushTypeConverter))]
public Brush Background { get; set; }

Gets or sets the background color of the control.

C#
public Color BackgroundColor { get; set; }

ControlTemplate

ControlTemplate

Gets or sets the control template that defines the visual structure of the DataGridAISuggestionsView.

C#
public ControlTemplate ControlTemplate { get; set; }

Gets or sets a value indicating whether the recent prompts section is visible. The actual visibility also depends on whether the RecentPrompts collection has items.

C#
public bool IsRecentPromptsVisible { get; set; }

Gets or sets a value indicating whether the suggested prompts section is visible. The actual visibility also depends on whether the SuggestedPrompts collection has items.

C#
public bool IsSuggestedPromptsVisible { get; set; }

Gets or sets the command that is executed when a prompt is selected.

C#
public ICommand PromptSelectedCommand { get; set; }

Gets or sets the collection of recent prompts to display.

C#
public IEnumerable<string> RecentPrompts { get; set; }

Gets or sets the style of the RadCollectionView that displays the recent prompts.

C#
public Style RecentPromptsCollectionViewStyle { get; set; }

Gets or sets the style of the that represents the recent prompts icon.

C#
public Style RecentPromptsIconStyle { get; set; }

Gets or sets the style of the that represents the recent prompts label.

C#
public Style RecentPromptsLabelStyle { get; set; }

Gets or sets the style of the that represents the separator.

C#
public Style SeparatorStyle { get; set; }

Style

Style

Gets or sets the style applied to the DataGridAISuggestionsView.

C#
public Style Style { get; set; }

Gets or sets the collection of suggested prompts to display.

C#
public IEnumerable<string> SuggestedPrompts { get; set; }

Gets or sets the style of the RadCollectionView that displays the suggested prompts.

C#
public Style SuggestedPromptsCollectionViewStyle { get; set; }

Gets or sets the style of the that represents the suggested prompts icon.

C#
public Style SuggestedPromptsIconStyle { get; set; }

Gets or sets the style of the that represents the suggested prompts label.

C#
public Style SuggestedPromptsLabelStyle { get; set; }

Methods

C#
protected override void OnApplyTemplate()

Events

Occurs when a prompt is selected by the user.

C#
public event EventHandler<string> PromptSelected
In this article
DefinitionConstructorsDataGridAISuggestionsView()FieldsActualIsRecentPromptsVisiblePropertyActualIsSuggestedPromptsVisiblePropertyActualRecentPromptsCollectionViewStylePropertyActualRecentPromptsIconStylePropertyActualRecentPromptsLabelStylePropertyActualSeparatorStylePropertyActualSuggestedPromptsCollectionViewStylePropertyActualSuggestedPromptsIconStylePropertyActualSuggestedPromptsLabelStylePropertyBackgroundColorPropertyBackgroundPropertyControlTemplatePropertyIsRecentPromptsVisiblePropertyIsSuggestedPromptsVisiblePropertyPromptSelectedCommandPropertyRecentPromptsCollectionViewStylePropertyRecentPromptsIconStylePropertyRecentPromptsLabelStylePropertyRecentPromptsPropertySeparatorStylePropertyStylePropertySuggestedPromptsCollectionViewStylePropertySuggestedPromptsIconStylePropertySuggestedPromptsLabelStylePropertySuggestedPromptsPropertyPropertiesActualIsRecentPromptsVisibleActualIsSuggestedPromptsVisibleActualRecentPromptsCollectionViewStyleActualRecentPromptsIconStyleActualRecentPromptsLabelStyleActualSeparatorStyleActualSuggestedPromptsCollectionViewStyleActualSuggestedPromptsIconStyleActualSuggestedPromptsLabelStyleBackgroundBackgroundColorControlTemplateIsRecentPromptsVisibleIsSuggestedPromptsVisiblePromptSelectedCommandRecentPromptsRecentPromptsCollectionViewStyleRecentPromptsIconStyleRecentPromptsLabelStyleSeparatorStyleStyleSuggestedPromptsSuggestedPromptsCollectionViewStyleSuggestedPromptsIconStyleSuggestedPromptsLabelStyleMethodsOnApplyTemplate()EventsPromptSelected
Not finding the help you need?
Contact Support