Class RichTextEditorDialogToolbarItemViewContent
Visual representation of the popup content of the RichTextEditorDialogToolbarItem.
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls.RichTextEditor
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RichTextEditorDialogToolbarItemViewContent : RadBorderContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding
Constructors
RichTextEditorDialogToolbarItemViewContent()
Initializes a new instance of the RichTextEditorDialogToolbarItemViewContent class.
Declaration
public RichTextEditorDialogToolbarItemViewContent()
Fields
ActualCancelButtonStyleProperty
Identifies the ActualCancelButtonStyle property.
Declaration
public static readonly BindableProperty ActualCancelButtonStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ActualFooterStyleProperty
ActualHeaderStyleProperty
Identifies the ActualHeaderStyle property.
Declaration
public static readonly BindableProperty ActualHeaderStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ActualOkButtonStyleProperty
Identifies the ActualOkButtonStyle property.
Declaration
public static readonly BindableProperty ActualOkButtonStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
CancelButtonStyleProperty
Identifies the CancelButtonStyle property.
Declaration
public static readonly BindableProperty CancelButtonStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
CancelButtonTextProperty
Identifies the CancelButtonText property.
Declaration
public static readonly BindableProperty CancelButtonTextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
CancelCommandProperty
Identifies the CancelCommand property.
Declaration
public static readonly BindableProperty CancelCommandProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
FooterStyleProperty
HeaderStyleProperty
Identifies the HeaderStyle property.
Declaration
public static readonly BindableProperty HeaderStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
HeaderTextProperty
Identifies the HeaderText property.
Declaration
public static readonly BindableProperty HeaderTextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
OkButtonStyleProperty
Identifies the OkButtonStyle property.
Declaration
public static readonly BindableProperty OkButtonStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
OkButtonTextProperty
Identifies the OkButtonText property.
Declaration
public static readonly BindableProperty OkButtonTextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
OkCommandProperty
Identifies the OkCommand property.
Declaration
public static readonly BindableProperty OkCommandProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
ActualCancelButtonStyle
Gets the actual Microsoft.Maui.Controls.Style of the Cancel button.
Declaration
public Style ActualCancelButtonStyle { get; }
Property Value
Microsoft.Maui.Controls.Style
|
ActualFooterStyle
ActualHeaderStyle
Gets the actual Microsoft.Maui.Controls.Style for the top border which contains the header text.
Declaration
public Style ActualHeaderStyle { get; }
Property Value
Microsoft.Maui.Controls.Style
|
ActualOkButtonStyle
Gets the actual Microsoft.Maui.Controls.Style of the Ok button.
Declaration
public Style ActualOkButtonStyle { get; }
Property Value
Microsoft.Maui.Controls.Style
|
CancelButtonStyle
Gets or sets the Microsoft.Maui.Controls.Style for the Cancel button.
Declaration
public Style CancelButtonStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
CancelButtonText
Gets or sets text of the Cancel button.
Declaration
public string CancelButtonText { get; set; }
Property Value
System.String
|
CancelCommand
Gets or sets the command that will be executed when the Cancel button is tapped.
Declaration
public ICommand CancelCommand { get; set; }
Property Value
System.Windows.Input.ICommand
|
FooterStyle
HeaderStyle
Gets or sets the Microsoft.Maui.Controls.Style for the top border which contains the header text.
Declaration
public Style HeaderStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
HeaderText
Gets or sets the header text.
Declaration
public string HeaderText { get; set; }
Property Value
System.String
|
OkButtonStyle
Gets or sets the Microsoft.Maui.Controls.Style for the Ok button.
Declaration
public Style OkButtonStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
OkButtonText
Gets or sets text of the Ok button.
Declaration
public string OkButtonText { get; set; }
Property Value
System.String
|
OkCommand
Gets or sets the command that will be executed when the Ok button is tapped.
Declaration
public ICommand OkCommand { get; set; }
Property Value
System.Windows.Input.ICommand
|