Class DialogPopupContentView
Control used as a content for the popup of a Dialog
Inherited Members
Namespace: Telerik.XamarinForms.RichTextEditor
Assembly: Telerik.XamarinForms.RichTextEditor.dll
Syntax
public class DialogPopupContentView : PopupContentView
Constructors
DialogPopupContentView()
Initializes a new instance of the Dialog
Declaration
public DialogPopupContentView()
Fields
ActualCancelButtonStyleProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualCancelButtonStyleProperty
Field Value
Xamarin.
|
ActualFooterStyleProperty
ActualHeaderStyleProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualHeaderStyleProperty
Field Value
Xamarin.
|
ActualOkButtonStyleProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualOkButtonStyleProperty
Field Value
Xamarin.
|
CancelButtonStyleProperty
Identifies the Cancel
Declaration
public static readonly BindableProperty CancelButtonStyleProperty
Field Value
Xamarin.
|
CancelButtonTextProperty
Identifies the Cancel
Declaration
public static readonly BindableProperty CancelButtonTextProperty
Field Value
Xamarin.
|
CancelCommandProperty
Identifies the Cancel
Declaration
public static readonly BindableProperty CancelCommandProperty
Field Value
Xamarin.
|
FooterStyleProperty
HeaderStyleProperty
Identifies the Header
Declaration
public static readonly BindableProperty HeaderStyleProperty
Field Value
Xamarin.
|
HeaderTextProperty
Identifies the Header
Declaration
public static readonly BindableProperty HeaderTextProperty
Field Value
Xamarin.
|
OkButtonStyleProperty
Identifies the Ok
Declaration
public static readonly BindableProperty OkButtonStyleProperty
Field Value
Xamarin.
|
OkButtonTextProperty
Identifies the Ok
Declaration
public static readonly BindableProperty OkButtonTextProperty
Field Value
Xamarin.
|
OkCommandProperty
Identifies the Ok
Declaration
public static readonly BindableProperty OkCommandProperty
Field Value
Xamarin.
|
Properties
ActualCancelButtonStyle
Gets the actual Xamarin.
Declaration
public Style ActualCancelButtonStyle { get; }
Property Value
Xamarin.
|
ActualFooterStyle
ActualHeaderStyle
Gets the actual Xamarin.
Declaration
public Style ActualHeaderStyle { get; }
Property Value
Xamarin.
|
ActualOkButtonStyle
Gets the actual Xamarin.
Declaration
public Style ActualOkButtonStyle { get; }
Property Value
Xamarin.
|
CancelButtonStyle
Gets or sets the Xamarin.
Declaration
public Style CancelButtonStyle { get; set; }
Property Value
Xamarin.
|
CancelButtonText
Gets or sets text of the Cancel button.
Declaration
public string CancelButtonText { get; set; }
Property Value
System.
|
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.
|
FooterStyle
HeaderStyle
Gets or sets the Xamarin.
Declaration
public Style HeaderStyle { get; set; }
Property Value
Xamarin.
|
HeaderText
Gets or sets the header text.
Declaration
public string HeaderText { get; set; }
Property Value
System.
|
OkButtonStyle
Gets or sets the Xamarin.
Declaration
public Style OkButtonStyle { get; set; }
Property Value
Xamarin.
|
OkButtonText
Gets or sets text of the Ok button.
Declaration
public string OkButtonText { get; set; }
Property Value
System.
|
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.
|