skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • Resources Hub
    • .NET MAUI Tutorials and Learning
    • First Steps
    • Submit a Ticket
    • FAQs

    Docs & Resources

    • Docs
    • Demos
    • Migrate to .NET MAUI
    • Forums
    • Videos
    • Blogs

    Productivity and Design Tools

    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class AIPromptOutputItemView

A view that presents a AIPromptOutputItem.

Inheritance
System.Object
RadContentView
RadCompositeContentView
RadBorderContentView
AIPromptOutputItemView
Inherited Members
RadBorderContentView.BackgroundColorProperty
RadBorderContentView.BackgroundProperty
RadBorderContentView.BorderColorProperty
RadBorderContentView.BorderBrushProperty
RadBorderContentView.BorderThicknessProperty
RadBorderContentView.CornerRadiusProperty
RadBorderContentView.ContentPaddingProperty
RadBorderContentView.BackgroundColor
RadBorderContentView.Background
RadBorderContentView.BorderColor
RadBorderContentView.BorderBrush
RadBorderContentView.BorderThickness
RadBorderContentView.CornerRadius
RadBorderContentView.ContentPadding
RadCompositeContentView.StyleProperty
RadCompositeContentView.ControlTemplateProperty
RadCompositeContentView.OnApplyTemplate()
RadCompositeContentView.OnBindingContextChanged()
RadCompositeContentView.OnPropertyChanged(String)
RadCompositeContentView.Style
RadCompositeContentView.ControlTemplate
RadContentView.ActualStyleClassProperty
RadContentView.OnChildAdded(Element)
RadContentView.OnChildRemoved(Element, Int32)
RadContentView.OnHandlerChanged()
RadContentView.ActualStyleClass
Namespace: Telerik.Maui.Controls.AIPrompt
Assembly: Telerik.Maui.Controls.dll

Syntax

public class AIPromptOutputItemView : RadBorderContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Constructors

AIPromptOutputItemView()

Initializes a new instance of the clas.

Declaration
public AIPromptOutputItemView()

Fields

ActualCopyButtonStyleProperty

Identifies the ActualCopyButtonStyle property.

Declaration
public static readonly BindableProperty ActualCopyButtonStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ActualInputTextLabelStyleProperty

Identifies the ActualInputTextLabelStyle property.

Declaration
public static readonly BindableProperty ActualInputTextLabelStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ActualRatingStyleProperty

Identifies the ActualRatingStyle property.

Declaration
public static readonly BindableProperty ActualRatingStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ActualResponseTextLabelStyleProperty

Identifies the ActualResponseTextLabelStyle property.

Declaration
public static readonly BindableProperty ActualResponseTextLabelStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ActualRetryButtonStyleProperty

Identifies the ActualRetryButtonStyle property.

Declaration
public static readonly BindableProperty ActualRetryButtonStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ActualTitleLabelStyleProperty

Identifies the ActualTitleLabelStyle property.

Declaration
public static readonly BindableProperty ActualTitleLabelStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

CopyButtonStyleProperty

Identifies the CopyButtonStyle property.

Declaration
public static readonly BindableProperty CopyButtonStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

InputTextLabelStyleProperty

Identifies the InputTextLabelStyle property.

Declaration
public static readonly BindableProperty InputTextLabelStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

InputTextProperty

Identifies the InputText property.

Declaration
public static readonly BindableProperty InputTextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

RatingProperty

Identifies the Rating property.

Declaration
public static readonly BindableProperty RatingProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

RatingStyleProperty

Identifies the RatingStyle property.

Declaration
public static readonly BindableProperty RatingStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ResponseTextLabelStyleProperty

Identifies the ResponseTextLabelStyle property.

Declaration
public static readonly BindableProperty ResponseTextLabelStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ResponseTextProperty

Identifies the ResponseText property.

Declaration
public static readonly BindableProperty ResponseTextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

RetryButtonStyleProperty

Identifies the RetryButtonStyle property.

Declaration
public static readonly BindableProperty RetryButtonStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

TitleLabelStyleProperty

Identifies the TitleLabelStyle property.

Declaration
public static readonly BindableProperty TitleLabelStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

TitleProperty

Identifies the Title property.

Declaration
public static readonly BindableProperty TitleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

Properties

ActualCopyButtonStyle

Gets or sets the actual style that will be applied to the Copy button. This is a merger of the custom CopyButtonStyle and the default style.

Declaration
public Style ActualCopyButtonStyle { get; }
Property Value
Microsoft.Maui.Controls.Style

ActualInputTextLabelStyle

Gets or sets the actual style that will be applied to the input text label. This is a merger of the custom InputTextLabelStyle and the default style.

Declaration
public Style ActualInputTextLabelStyle { get; }
Property Value
Microsoft.Maui.Controls.Style

ActualRatingStyle

Gets or sets the actual style that will be applied to the AIPromptRatingView. This is a merger of the custom RatingStyle and the default style.

Declaration
public Style ActualRatingStyle { get; }
Property Value
Microsoft.Maui.Controls.Style

ActualResponseTextLabelStyle

Gets or sets the actual style that will be applied to the response text label. This is a merger of the custom ResponseTextLabelStyle and the default style.

Declaration
public Style ActualResponseTextLabelStyle { get; }
Property Value
Microsoft.Maui.Controls.Style

ActualRetryButtonStyle

Gets or sets the actual style that will be applied to the Retry button. This is a merger of the custom RetryButtonStyle and the default style.

Declaration
public Style ActualRetryButtonStyle { get; }
Property Value
Microsoft.Maui.Controls.Style

ActualTitleLabelStyle

Gets or sets the actual style that will be applied to the title label. This is a merger of the custom TitleLabelStyle and the default style.

Declaration
public Style ActualTitleLabelStyle { get; }
Property Value
Microsoft.Maui.Controls.Style

CopyButtonStyle

Gets or sets the style to be applied to the Copy button.

Declaration
public Style CopyButtonStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style

InputText

Gets or sets the input text.

Declaration
public string InputText { get; set; }
Property Value
System.String

InputTextLabelStyle

Gets or sets the style to be applied to the input text label.

Declaration
public Style InputTextLabelStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style

Rating

Gets or sets the rating.

Declaration
public double Rating { get; set; }
Property Value
System.Double

RatingStyle

Gets or sets the style to be applied to the AIPromptRatingView.

Declaration
public Style RatingStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style

ResponseText

Gets or sets the response text.

Declaration
public string ResponseText { get; set; }
Property Value
System.String

ResponseTextLabelStyle

Gets or sets the style to be applied to the response text label.

Declaration
public Style ResponseTextLabelStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style

RetryButtonStyle

Gets or sets the style to be applied to the Retry button.

Declaration
public Style RetryButtonStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style

Title

Gets or sets the title.

Declaration
public string Title { get; set; }
Property Value
System.String

TitleLabelStyle

Gets or sets the style to be applied to the title label.

Declaration
public Style TitleLabelStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style

Extension Methods

AndroidTypeConversionExtensions.ToJavaObject(Object)
Sample Applications
  • Controls Samples App
  • Crypto Tracker App
Support Resources
  • .NET MAUI SDKBrowser App
Community
  • Forums
  • Blogs
  • Feedback Portal
  • YouTube Channel

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.