Allows a manual data entry from a popup dialog.
Definition
Namespace:Telerik.Maui.Controls.RichTextEditor
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class RichTextEditorDialogToolbarItem : RichTextEditorButtonToolbarItem
Inheritance: objectToolbarItemLabelToolbarItemButtonToolbarItemRichTextEditorButtonToolbarItemRichTextEditorDialogToolbarItem...
Derived Classes:
Inherited Members
Constructors
Initializes a new instance of the RichTextEditorDialogToolbarItem class.
public RichTextEditorDialogToolbarItem()
Fields
CancelButtonTextProperty
BindableProperty
Identifies the CancelButtonText property.
public static readonly BindableProperty CancelButtonTextProperty
HeaderTextProperty
BindableProperty
Identifies the HeaderText property.
public static readonly BindableProperty HeaderTextProperty
OkButtonTextProperty
BindableProperty
Identifies the OkButtonText property.
public static readonly BindableProperty OkButtonTextProperty
PopupContentStyleProperty
BindableProperty
Identifies the PopupContentStyle property.
public static readonly BindableProperty PopupContentStyleProperty
PopupContentTemplateProperty
BindableProperty
Identifies the PopupContentTemplate property.
public static readonly BindableProperty PopupContentTemplateProperty
PopupOutsideBackgroundColorProperty
BindableProperty
Identifies the PopupOutsideBackgroundColor property.
public static readonly BindableProperty PopupOutsideBackgroundColorProperty
Properties
Gets or sets text for Cancel button of the RichTextEditorDialogToolbarItemViewContent.
public string CancelButtonText { get; set; }
Gets or sets the header text of the RichTextEditorDialogToolbarItemViewContent.
public string HeaderText { get; set; }
Gets or sets text for Ok button of the RichTextEditorDialogToolbarItemViewContent.
public string OkButtonText { get; set; }
PopupContentStyle
Style
Gets or sets a Style to apply to the RichTextEditorDialogToolbarItemViewContent.
public Style PopupContentStyle { get; set; }
PopupContentTemplate
ControlTemplate
Gets or sets the template for the RichTextEditorDialogToolbarItemViewContent.
public ControlTemplate PopupContentTemplate { get; set; }
Gets or sets the background color outside the RichTextEditorDialogToolbarItemViewContent.
public Color PopupOutsideBackgroundColor { get; set; }