ClassRichTextEditorDialogToolbarItemViewContent
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
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
BindableProperty
ActualFooterStyleProperty
Identifies the ActualFooterStyle property.
Declaration
public static readonly BindableProperty ActualFooterStyleProperty
Field Value
BindableProperty
ActualHeaderStyleProperty
Identifies the ActualHeaderStyle property.
Declaration
public static readonly BindableProperty ActualHeaderStyleProperty
Field Value
BindableProperty
ActualOkButtonStyleProperty
Identifies the ActualOkButtonStyle property.
Declaration
public static readonly BindableProperty ActualOkButtonStyleProperty
Field Value
BindableProperty
CancelButtonStyleProperty
Identifies the CancelButtonStyle property.
Declaration
public static readonly BindableProperty CancelButtonStyleProperty
Field Value
BindableProperty
CancelButtonTextProperty
Identifies the CancelButtonText property.
Declaration
public static readonly BindableProperty CancelButtonTextProperty
Field Value
BindableProperty
CancelCommandProperty
Identifies the CancelCommand property.
Declaration
public static readonly BindableProperty CancelCommandProperty
Field Value
BindableProperty
FooterStyleProperty
Identifies the FooterStyle property.
Declaration
public static readonly BindableProperty FooterStyleProperty
Field Value
BindableProperty
HeaderStyleProperty
Identifies the HeaderStyle property.
Declaration
public static readonly BindableProperty HeaderStyleProperty
Field Value
BindableProperty
HeaderTextProperty
Identifies the HeaderText property.
Declaration
public static readonly BindableProperty HeaderTextProperty
Field Value
BindableProperty
OkButtonStyleProperty
Identifies the OkButtonStyle property.
Declaration
public static readonly BindableProperty OkButtonStyleProperty
Field Value
BindableProperty
OkButtonTextProperty
Identifies the OkButtonText property.
Declaration
public static readonly BindableProperty OkButtonTextProperty
Field Value
BindableProperty
OkCommandProperty
Identifies the OkCommand property.
Declaration
public static readonly BindableProperty OkCommandProperty
Field Value
BindableProperty
Properties
ActualCancelButtonStyle
Gets the actual Style of the Cancel button.
Declaration
public Style ActualCancelButtonStyle { get; }
Property Value
Style
ActualFooterStyle
Gets the actual Style for the bottom border which contains the buttons.
Declaration
public Style ActualFooterStyle { get; }
Property Value
Style
ActualHeaderStyle
Gets the actual Style for the top border which contains the header text.
Declaration
public Style ActualHeaderStyle { get; }
Property Value
Style
ActualOkButtonStyle
Gets the actual Style of the Ok button.
Declaration
public Style ActualOkButtonStyle { get; }
Property Value
Style
CancelButtonStyle
Gets or sets the Style for the Cancel button.
Declaration
public Style CancelButtonStyle { get; set; }
Property Value
Style
CancelButtonText
Gets or sets text of the Cancel button.
CancelCommand
Gets or sets the command that will be executed when the Cancel button is tapped.
FooterStyle
Gets or sets the Style for the bottom border which contains the buttons.
Declaration
public Style FooterStyle { get; set; }
Property Value
Style
HeaderStyle
Gets or sets the Style for the top border which contains the header text.
Declaration
public Style HeaderStyle { get; set; }
Property Value
Style
HeaderText
Gets or sets the header text.
OkButtonStyle
Gets or sets the Style for the Ok button.
Declaration
public Style OkButtonStyle { get; set; }
Property Value
Style
OkButtonText
Gets or sets text of the Ok button.