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

Represents a view for an attached file item in RadPromptInput.

Definition

Constructors

Initializes a new instance of the class.

C#
public PromptInputAttachedFileItemView()

Fields

AttachedFileProperty

BindableProperty

Identifies the AttachedFile property.

C#
public static readonly BindableProperty AttachedFileProperty

ImageStyleProperty

BindableProperty

Identifies the ImageStyle property.

C#
public static readonly BindableProperty ImageStyleProperty

Identifies the RemoveButtonStyle property.

C#
public static readonly BindableProperty RemoveButtonStyleProperty

SubtitleStyleProperty

BindableProperty

Identifies the SubtitleStyle property.

C#
public static readonly BindableProperty SubtitleStyleProperty

TitleStyleProperty

BindableProperty

Identifies the TitleStyle property.

C#
public static readonly BindableProperty TitleStyleProperty

Properties

Gets or sets the attached file this view will present.

C#
public PromptInputAttachedFile AttachedFile { get; set; }

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.

C#
public Style ImageStyle { get; set; }

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.

C#
public Style RemoveButtonStyle { get; set; }

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.

C#
public Style SubtitleStyle { get; set; }

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.

C#
public Style TitleStyle { get; set; }