Class
PromptInputAttachedFileItemView

Represents a view for an attached file item in RadPromptInput.

Definition

Namespace:Telerik.Maui.Controls.PromptInput

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class PromptInputAttachedFileItemView : RadBorderContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewPromptInputAttachedFileItemView

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView

Inherited Members RadBorderContentView.BackgroundColorPropertyRadBorderContentView.BackgroundPropertyRadBorderContentView.BorderColorPropertyRadBorderContentView.BorderBrushPropertyRadBorderContentView.BorderThicknessPropertyRadBorderContentView.CornerRadiusPropertyRadBorderContentView.ContentPaddingPropertyRadBorderContentView.BackgroundColorRadBorderContentView.BackgroundRadBorderContentView.BorderColorRadBorderContentView.BorderBrushRadBorderContentView.BorderThicknessRadBorderContentView.CornerRadiusRadBorderContentView.ContentPaddingRadCompositeContentView.StylePropertyRadCompositeContentView.ControlTemplatePropertyRadCompositeContentView.OnApplyTemplate()RadCompositeContentView.OnBindingContextChanged()RadCompositeContentView.OnPropertyChanged(string)RadCompositeContentView.StyleRadCompositeContentView.ControlTemplateRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnHandlerChanged()

Constructors

PromptInputAttachedFileItemView()

Initializes a new instance of the class.

Declaration

cs-api-definition
public PromptInputAttachedFileItemView()

Fields

AttachedFileProperty

Identifies the AttachedFile property.

Declaration

cs-api-definition
public static readonly BindableProperty AttachedFileProperty

Field Value

BindableProperty

ImageStyleProperty

Identifies the ImageStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty ImageStyleProperty

Field Value

BindableProperty

RemoveButtonStyleProperty

Identifies the RemoveButtonStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty RemoveButtonStyleProperty

Field Value

BindableProperty

SubtitleStyleProperty

Identifies the SubtitleStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty SubtitleStyleProperty

Field Value

BindableProperty

TitleStyleProperty

Identifies the TitleStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty TitleStyleProperty

Field Value

BindableProperty

Properties

AttachedFile

Gets or sets the attached file this view will present.

Declaration

cs-api-definition
public PromptInputAttachedFile AttachedFile { get; set; }

Property Value

PromptInputAttachedFile

ImageStyle

Gets or sets the custom image style that represents the attachment icon. The taget type of the style must be . The actual style that is applied is a merger of the custom ImageStyle and the default style.

Declaration

cs-api-definition
public Style ImageStyle { get; set; }

Property Value

Style

RemoveButtonStyle

Gets or sets the custom style that represents the remove-attachment-button. The taget type of the style must be RadTemplatedButton. The actual style that is applied is a merger of the custom RemoveButtonStyle and the default style.

Declaration

cs-api-definition
public Style RemoveButtonStyle { get; set; }

Property Value

Style

SubtitleStyle

Gets or sets the custom subtitle style that represents the FileSize. The taget type of the style must be . The actual style that is applied is a merger of the custom SubtitleStyle and the default style.

Declaration

cs-api-definition
public Style SubtitleStyle { get; set; }

Property Value

Style

TitleStyle

Gets or sets the custom title style that represents the FileName. The taget type of the style must be . The actual style that is applied is a merger of the custom TitleStyle and the default style.

Declaration

cs-api-definition
public Style TitleStyle { get; set; }

Property Value

Style