Class
RichTextEditorDialogToolbarItemViewContent

Visual representation of the popup content of the RichTextEditorDialogToolbarItem.

Definition

Namespace:Telerik.Maui.Controls.RichTextEditor

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
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

RichTextEditorDialogToolbarItemViewContent()

Initializes a new instance of the RichTextEditorDialogToolbarItemViewContent class.

Declaration

cs-api-definition
public RichTextEditorDialogToolbarItemViewContent()

Fields

ActualCancelButtonStyleProperty

Identifies the ActualCancelButtonStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty ActualCancelButtonStyleProperty

Field Value

BindableProperty

ActualFooterStyleProperty

Identifies the ActualFooterStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty ActualFooterStyleProperty

Field Value

BindableProperty

ActualHeaderStyleProperty

Identifies the ActualHeaderStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty ActualHeaderStyleProperty

Field Value

BindableProperty

ActualOkButtonStyleProperty

Identifies the ActualOkButtonStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty ActualOkButtonStyleProperty

Field Value

BindableProperty

CancelButtonStyleProperty

Identifies the CancelButtonStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty CancelButtonStyleProperty

Field Value

BindableProperty

CancelButtonTextProperty

Identifies the CancelButtonText property.

Declaration

cs-api-definition
public static readonly BindableProperty CancelButtonTextProperty

Field Value

BindableProperty

CancelCommandProperty

Identifies the CancelCommand property.

Declaration

cs-api-definition
public static readonly BindableProperty CancelCommandProperty

Field Value

BindableProperty

FooterStyleProperty

Identifies the FooterStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty FooterStyleProperty

Field Value

BindableProperty

HeaderStyleProperty

Identifies the HeaderStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty HeaderStyleProperty

Field Value

BindableProperty

HeaderTextProperty

Identifies the HeaderText property.

Declaration

cs-api-definition
public static readonly BindableProperty HeaderTextProperty

Field Value

BindableProperty

OkButtonStyleProperty

Identifies the OkButtonStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty OkButtonStyleProperty

Field Value

BindableProperty

OkButtonTextProperty

Identifies the OkButtonText property.

Declaration

cs-api-definition
public static readonly BindableProperty OkButtonTextProperty

Field Value

BindableProperty

OkCommandProperty

Identifies the OkCommand property.

Declaration

cs-api-definition
public static readonly BindableProperty OkCommandProperty

Field Value

BindableProperty

Properties

ActualCancelButtonStyle

Gets the actual Style of the Cancel button.

Declaration

cs-api-definition
public Style ActualCancelButtonStyle { get; }

Property Value

Style

ActualFooterStyle

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

Declaration

cs-api-definition
public Style ActualFooterStyle { get; }

Property Value

Style

ActualHeaderStyle

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

Declaration

cs-api-definition
public Style ActualHeaderStyle { get; }

Property Value

Style

ActualOkButtonStyle

Gets the actual Style of the Ok button.

Declaration

cs-api-definition
public Style ActualOkButtonStyle { get; }

Property Value

Style

CancelButtonStyle

Gets or sets the Style for the Cancel button.

Declaration

cs-api-definition
public Style CancelButtonStyle { get; set; }

Property Value

Style

CancelButtonText

Gets or sets text of the Cancel button.

Declaration

cs-api-definition
public string CancelButtonText { get; set; }

Property Value

string

CancelCommand

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

Declaration

cs-api-definition
public ICommand CancelCommand { get; set; }

Property Value

ICommand

FooterStyle

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

Declaration

cs-api-definition
public Style FooterStyle { get; set; }

Property Value

Style

HeaderStyle

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

Declaration

cs-api-definition
public Style HeaderStyle { get; set; }

Property Value

Style

HeaderText

Gets or sets the header text.

Declaration

cs-api-definition
public string HeaderText { get; set; }

Property Value

string

OkButtonStyle

Gets or sets the Style for the Ok button.

Declaration

cs-api-definition
public Style OkButtonStyle { get; set; }

Property Value

Style

OkButtonText

Gets or sets text of the Ok button.

Declaration

cs-api-definition
public string OkButtonText { get; set; }

Property Value

string

OkCommand

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

Declaration

cs-api-definition
public ICommand OkCommand { get; set; }

Property Value

ICommand