Definition
Namespace:Telerik.Maui.Controls.RichTextEditor
Assembly:Telerik.Maui.Controls.dll
Syntax:
public abstract class RichTextEditorHyperlinkDialogToolbarItem : RichTextEditorDialogToolbarItem
Inheritance: objectToolbarItemLabelToolbarItemButtonToolbarItemRichTextEditorButtonToolbarItemRichTextEditorDialogToolbarItemRichTextEditorHyperlinkDialogToolbarItem...
Derived Classes:
Inherited Members
Constructors
protected RichTextEditorHyperlinkDialogToolbarItem()
Fields
TitleLabelTextProperty
BindableProperty
Identifies the TitleLabelText property.
public static readonly BindableProperty TitleLabelTextProperty
TitlePlaceholderTextProperty
BindableProperty
Identifies the TitlePlaceholderText property.
public static readonly BindableProperty TitlePlaceholderTextProperty
UrlLabelTextProperty
BindableProperty
Identifies the UrlLabelText property.
public static readonly BindableProperty UrlLabelTextProperty
UrlPlaceholderTextProperty
BindableProperty
Identifies the UrlPlaceholderText property.
public static readonly BindableProperty UrlPlaceholderTextProperty
Properties
Gets or sets the text for the label specifying the URL title of the RichTextEditorHyperlinkDialogToolbarItem used as content for the insert hyperlink popup.
public string TitleLabelText { get; set; }
Gets or sets the placeholder text for the entry in which to type the title for the URL of the RichTextEditorHyperlinkDialogToolbarItem used as content for the insert hyperlink popup.
public string TitlePlaceholderText { get; set; }
Gets or sets the text for the label specifying to enter URL of the RichTextEditorHyperlinkDialogToolbarItem used as content for the insert hyperlink popup.
public string UrlLabelText { get; set; }
Gets or sets the placeholder text for the entry in which to type the URL of the RichTextEditorHyperlinkDialogToolbarItem used as content for the insert hyperlink popup.
public string UrlPlaceholderText { get; set; }