New to Telerik UI for .NET MAUIStart a free 30-day trial

Visual representation of the popup content of the RichTextEditorDialogToolbarItem.

Definition

Namespace:Telerik.Maui.Controls.RichTextEditor

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class RichTextEditorDialogToolbarItemViewContent : RadBorderContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewRichTextEditorDialogToolbarItemViewContent

Derived Classes: RichTextEditorHyperlinkDialogToolbarItemViewContentRichTextEditorImageDialogToolbarItemViewContent

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView...

Inherited Members RadBorderContentView.BackgroundColorPropertyRadBorderContentView.BackgroundPropertyRadBorderContentView.BorderColorPropertyRadBorderContentView.BorderBrushPropertyRadBorderContentView.BorderThicknessPropertyRadBorderContentView.CornerRadiusPropertyRadBorderContentView.ContentPaddingPropertyRadBorderContentView.BackgroundColorRadBorderContentView.BackgroundRadBorderContentView.BorderColorRadBorderContentView.BorderBrushRadBorderContentView.BorderThicknessRadBorderContentView.CornerRadiusRadBorderContentView.ContentPaddingRadCompositeContentView.StylePropertyRadCompositeContentView.ControlTemplatePropertyRadCompositeContentView.OnApplyTemplate()RadCompositeContentView.OnBindingContextChanged()RadCompositeContentView.OnPropertyChanged(string)RadCompositeContentView.StyleRadCompositeContentView.ControlTemplateRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnHandlerChanged()...

Constructors

Initializes a new instance of the RichTextEditorDialogToolbarItemViewContent class.

C#
public RichTextEditorDialogToolbarItemViewContent()

Fields

Identifies the ActualCancelButtonStyle property.

C#
public static readonly BindableProperty ActualCancelButtonStyleProperty

Identifies the ActualFooterStyle property.

C#
public static readonly BindableProperty ActualFooterStyleProperty

Identifies the ActualHeaderStyle property.

C#
public static readonly BindableProperty ActualHeaderStyleProperty

Identifies the ActualOkButtonStyle property.

C#
public static readonly BindableProperty ActualOkButtonStyleProperty

Identifies the CancelButtonStyle property.

C#
public static readonly BindableProperty CancelButtonStyleProperty

CancelButtonTextProperty

BindableProperty

Identifies the CancelButtonText property.

C#
public static readonly BindableProperty CancelButtonTextProperty

CancelCommandProperty

BindableProperty

Identifies the CancelCommand property.

C#
public static readonly BindableProperty CancelCommandProperty

FooterStyleProperty

BindableProperty

Identifies the FooterStyle property.

C#
public static readonly BindableProperty FooterStyleProperty

HeaderStyleProperty

BindableProperty

Identifies the HeaderStyle property.

C#
public static readonly BindableProperty HeaderStyleProperty

HeaderTextProperty

BindableProperty

Identifies the HeaderText property.

C#
public static readonly BindableProperty HeaderTextProperty

OkButtonStyleProperty

BindableProperty

Identifies the OkButtonStyle property.

C#
public static readonly BindableProperty OkButtonStyleProperty

OkButtonTextProperty

BindableProperty

Identifies the OkButtonText property.

C#
public static readonly BindableProperty OkButtonTextProperty

OkCommandProperty

BindableProperty

Identifies the OkCommand property.

C#
public static readonly BindableProperty OkCommandProperty

Properties

Gets the actual Style of the Cancel button.

C#
public Style ActualCancelButtonStyle { get; }

Gets the actual Style for the bottom border which contains the buttons.

C#
public Style ActualFooterStyle { get; }

Gets the actual Style for the top border which contains the header text.

C#
public Style ActualHeaderStyle { get; }

Gets the actual Style of the Ok button.

C#
public Style ActualOkButtonStyle { get; }

Gets or sets the Style for the Cancel button.

C#
public Style CancelButtonStyle { get; set; }

Gets or sets text of the Cancel button.

C#
public string CancelButtonText { get; set; }

Gets or sets the command that will be executed when the Cancel button is tapped.

C#
public ICommand CancelCommand { get; set; }

Gets or sets the Style for the bottom border which contains the buttons.

C#
public Style FooterStyle { get; set; }

Gets or sets the Style for the top border which contains the header text.

C#
public Style HeaderStyle { get; set; }

Gets or sets the header text.

C#
public string HeaderText { get; set; }

Gets or sets the Style for the Ok button.

C#
public Style OkButtonStyle { get; set; }

Gets or sets text of the Ok button.

C#
public string OkButtonText { get; set; }

Gets or sets the command that will be executed when the Ok button is tapped.

C#
public ICommand OkCommand { get; set; }