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

Allows a manual data entry from a popup dialog.

Definition

Constructors

Initializes a new instance of the RichTextEditorDialogToolbarItem class.

C#
public RichTextEditorDialogToolbarItem()

Fields

CancelButtonTextProperty

BindableProperty

Identifies the CancelButtonText property.

C#
public static readonly BindableProperty CancelButtonTextProperty

HeaderTextProperty

BindableProperty

Identifies the HeaderText property.

C#
public static readonly BindableProperty HeaderTextProperty

OkButtonTextProperty

BindableProperty

Identifies the OkButtonText property.

C#
public static readonly BindableProperty OkButtonTextProperty

Identifies the PopupContentStyle property.

C#
public static readonly BindableProperty PopupContentStyleProperty

Identifies the PopupContentTemplate property.

C#
public static readonly BindableProperty PopupContentTemplateProperty

Identifies the PopupOutsideBackgroundColor property.

C#
public static readonly BindableProperty PopupOutsideBackgroundColorProperty

Properties

Gets or sets text for Cancel button of the RichTextEditorDialogToolbarItemViewContent.

C#
public string CancelButtonText { get; set; }

Gets or sets the header text of the RichTextEditorDialogToolbarItemViewContent.

C#
public string HeaderText { get; set; }

Gets or sets text for Ok button of the RichTextEditorDialogToolbarItemViewContent.

C#
public string OkButtonText { get; set; }

Gets or sets a Style to apply to the RichTextEditorDialogToolbarItemViewContent.

C#
public Style PopupContentStyle { get; set; }

PopupContentTemplate

ControlTemplate

Gets or sets the template for the RichTextEditorDialogToolbarItemViewContent.

C#
public ControlTemplate PopupContentTemplate { get; set; }

Gets or sets the background color outside the RichTextEditorDialogToolbarItemViewContent.

C#
public Color PopupOutsideBackgroundColor { get; set; }