Class PickerPopupSettings
Defines the available settings when the picker is in a popup mode.
For more information see Picker
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class PickerPopupSettings : PickerSettingsBase
Constructors
PickerPopupSettings()
Initializes a new instance of the Picker
Declaration
public PickerPopupSettings()
Fields
AcceptButtonStyleProperty
Identifies the Accept
Declaration
public static readonly BindableProperty AcceptButtonStyleProperty
Field Value
Microsoft.
|
AcceptButtonTextProperty
Identifies the Accept
Declaration
public static readonly BindableProperty AcceptButtonTextProperty
Field Value
Microsoft.
|
AcceptCommandParameterProperty
Identifies the Accept
Declaration
public static readonly BindableProperty AcceptCommandParameterProperty
Field Value
Microsoft.
|
AcceptCommandProperty
Identifies the Accept
Declaration
public static readonly BindableProperty AcceptCommandProperty
Field Value
Microsoft.
|
ActualAcceptButtonStyleProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualAcceptButtonStyleProperty
Field Value
Microsoft.
|
ActualCancelButtonStyleProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualCancelButtonStyleProperty
Field Value
Microsoft.
|
ActualFooterStyleProperty
ActualHeaderLabelStyleProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualHeaderLabelStyleProperty
Field Value
Microsoft.
|
ActualHeaderStyleProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualHeaderStyleProperty
Field Value
Microsoft.
|
ActualPopupViewStyleProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualPopupViewStyleProperty
Field Value
Microsoft.
|
CancelButtonStyleProperty
Identifies the Cancel
Declaration
public static readonly BindableProperty CancelButtonStyleProperty
Field Value
Microsoft.
|
CancelButtonTextProperty
Identifies the Cancel
Declaration
public static readonly BindableProperty CancelButtonTextProperty
Field Value
Microsoft.
|
CancelCommandParameterProperty
Identifies the Cancel
Declaration
public static readonly BindableProperty CancelCommandParameterProperty
Field Value
Microsoft.
|
CancelCommandProperty
Identifies the Cancel
Declaration
public static readonly BindableProperty CancelCommandProperty
Field Value
Microsoft.
|
FooterStyleProperty
FooterTemplateProperty
HeaderLabelStyleProperty
Identifies the Header
Declaration
public static readonly BindableProperty HeaderLabelStyleProperty
Field Value
Microsoft.
|
HeaderLabelTextProperty
Identifies the Header
Declaration
public static readonly BindableProperty HeaderLabelTextProperty
Field Value
Microsoft.
|
HeaderStyleProperty
Identifies the Header
Declaration
public static readonly BindableProperty HeaderStyleProperty
Field Value
Microsoft.
|
HeaderTemplateProperty
Identifies the Header
Declaration
public static readonly BindableProperty HeaderTemplateProperty
Field Value
Microsoft.
|
IsFooterVisibleProperty
IsHeaderVisibleProperty
Identifies the Is
Declaration
public static readonly BindableProperty IsHeaderVisibleProperty
Field Value
Microsoft.
|
IsPopupModalProperty
Identifies the Is
Declaration
public static readonly BindableProperty IsPopupModalProperty
Field Value
Microsoft.
|
PopupOutsideBackgroundColorProperty
Identifies the Popup
Declaration
public static readonly BindableProperty PopupOutsideBackgroundColorProperty
Field Value
Microsoft.
|
PopupViewStyleProperty
Identifies the Popup
Declaration
public static readonly BindableProperty PopupViewStyleProperty
Field Value
Microsoft.
|
Properties
AcceptButtonStyle
Gets or sets the style applied to the button which accepts the current selection of the selector and propagates it to the picker.
Declaration
public Style AcceptButtonStyle { get; set; }
Property Value
Microsoft.
|
AcceptButtonText
Gets or sets the text of the button which accepts the current selection of the selector and propagates it to the picker.
Declaration
public string AcceptButtonText { get; set; }
Property Value
System.
|
AcceptCommand
Gets or sets the command which propagates the current selection to the picker control and closes the popup.
Declaration
public ICommand AcceptCommand { get; set; }
Property Value
System.
|
AcceptCommandParameter
Gets or sets the parameter for the Accept
Declaration
public object AcceptCommandParameter { get; set; }
Property Value
System.
|
ActualAcceptButtonStyle
Gets the result of merging the default style and the style set as Accept
Declaration
public Style ActualAcceptButtonStyle { get; }
Property Value
Microsoft.
|
ActualCancelButtonStyle
Gets the result of merging the default style and the style set as Cancel
Declaration
public Style ActualCancelButtonStyle { get; }
Property Value
Microsoft.
|
ActualFooterStyle
ActualHeaderLabelStyle
Gets the result of merging the default style and the style set as Header
Declaration
public Style ActualHeaderLabelStyle { get; }
Property Value
Microsoft.
|
ActualHeaderStyle
Gets the result of merging the default style and the style set as Header
Declaration
public Style ActualHeaderStyle { get; }
Property Value
Microsoft.
|
ActualPopupViewStyle
Gets the result of merging the default style and the style set as Popup
Declaration
public Style ActualPopupViewStyle { get; }
Property Value
Microsoft.
|
CancelButtonStyle
Gets or sets the style applied to the button which rejects the current selection of the selector.
Declaration
public Style CancelButtonStyle { get; set; }
Property Value
Microsoft.
|
CancelButtonText
Gets or sets the text set to the button which rejects the current selection.
Declaration
public string CancelButtonText { get; set; }
Property Value
System.
|
CancelCommand
Gets or sets the command which rejects the current selection and closes the popup.
Declaration
public ICommand CancelCommand { get; set; }
Property Value
System.
|
CancelCommandParameter
Gets or sets the parameter for the Cancel
Declaration
public object CancelCommandParameter { get; set; }
Property Value
System.
|
FooterStyle
FooterTemplate
HeaderLabelStyle
Gets or sets the style applied to the label inside the header.
Declaration
public Style HeaderLabelStyle { get; set; }
Property Value
Microsoft.
|
HeaderLabelText
Gets or sets the text visualized by the header of the popup.
Declaration
public string HeaderLabelText { get; set; }
Property Value
System.
|
HeaderStyle
Gets or sets the style which is applied to the header of the popup.
Target type should be Picker
Declaration
public Style HeaderStyle { get; set; }
Property Value
Microsoft.
|
HeaderTemplate
Gets or sets the ControlTemplate of the header section of the popup.
Declaration
public ControlTemplate HeaderTemplate { get; set; }
Property Value
Microsoft.
|
IsFooterVisible
IsHeaderVisible
Gets or sets a boolean value indicating if the header is currently visible.
Declaration
public bool IsHeaderVisible { get; set; }
Property Value
System.
|
IsPopupModal
Gets or sets a boolean value indicating if the popup should be closed when tapped outside.
Declaration
public bool IsPopupModal { get; set; }
Property Value
System.
|
PopupOutsideBackgroundColor
Gets or sets the color which is applied outside the popup content when the popup is opened.
Declaration
public Color PopupOutsideBackgroundColor { get; set; }
Property Value
Microsoft.
|
PopupViewStyle
Gets or sets the style which is applied to the popup.
Target type should be Picker
Declaration
public Style PopupViewStyle { get; set; }
Property Value
Microsoft.
|