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