Class RichTextEditorDialogToolbarItem
Allows a manual data entry from a popup dialog.
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls.RichTextEditor
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RichTextEditorDialogToolbarItem : RichTextEditorButtonToolbarItem
Constructors
RichTextEditorDialogToolbarItem()
Declaration
public RichTextEditorDialogToolbarItem()
Fields
CancelButtonTextProperty
Identifies the Cancel
Declaration
public static readonly BindableProperty CancelButtonTextProperty
Field Value
Microsoft.
|
HeaderTextProperty
Identifies the Header
Declaration
public static readonly BindableProperty HeaderTextProperty
Field Value
Microsoft.
|
OkButtonTextProperty
Identifies the Ok
Declaration
public static readonly BindableProperty OkButtonTextProperty
Field Value
Microsoft.
|
PopupContentStyleProperty
Identifies the Popup
Declaration
public static readonly BindableProperty PopupContentStyleProperty
Field Value
Microsoft.
|
PopupContentTemplateProperty
Identifies the Popup
Declaration
public static readonly BindableProperty PopupContentTemplateProperty
Field Value
Microsoft.
|
PopupOutsideBackgroundColorProperty
Identifies the Popup
Declaration
public static readonly BindableProperty PopupOutsideBackgroundColorProperty
Field Value
Microsoft.
|
Properties
CancelButtonText
Gets or sets text for Cancel button of the Rich
Declaration
public string CancelButtonText { get; set; }
Property Value
System.
|
HeaderText
Gets or sets the header text of the Rich
Declaration
public string HeaderText { get; set; }
Property Value
System.
|
OkButtonText
Gets or sets text for Ok button of the Rich
Declaration
public string OkButtonText { get; set; }
Property Value
System.
|
PopupContentStyle
Gets or sets a Microsoft.
Declaration
public Style PopupContentStyle { get; set; }
Property Value
Microsoft.
|
PopupContentTemplate
Gets or sets the template for the Rich
Declaration
public ControlTemplate PopupContentTemplate { get; set; }
Property Value
Microsoft.
|
PopupOutsideBackgroundColor
Gets or sets the background color outside the Rich
Declaration
public Color PopupOutsideBackgroundColor { get; set; }
Property Value
Microsoft.
|