Class PickerDropDownSettings
Defines the available settings when the picker is in a drop-down mode.
For more information see Picker
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class PickerDropDownSettings : PickerSettingsBase
Constructors
PickerDropDownSettings()
Declaration
public PickerDropDownSettings()
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.
|
ActualDropDownViewStyleProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualDropDownViewStyleProperty
Field Value
Microsoft.
|
ActualFooterStyleProperty
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.
|
DropDownViewStyleProperty
Identifies the Drop
Declaration
public static readonly BindableProperty DropDownViewStyleProperty
Field Value
Microsoft.
|
FooterStyleProperty
FooterTemplateProperty
HorizontalOffsetProperty
Identifies the Horizontal
Declaration
public static readonly BindableProperty HorizontalOffsetProperty
Field Value
Microsoft.
|
IsFooterVisibleProperty
PlacementProperty
Identifies the Placement property.
Declaration
public static readonly BindableProperty PlacementProperty
Field Value
Microsoft.
|
VerticalOffsetProperty
Identifies the Vertical
Declaration
public static readonly BindableProperty VerticalOffsetProperty
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 DropDown.
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.
|
ActualDropDownViewStyle
Gets the result of merging the default style and the style set as Drop
Declaration
public Style ActualDropDownViewStyle { get; }
Property Value
Microsoft.
|
ActualFooterStyle
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 DropDown.
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.
|
DropDownViewStyle
Gets or sets the style which is applied to the drop-down. Target type should be Picker
Declaration
public Style DropDownViewStyle { get; set; }
Property Value
Microsoft.
|
FooterStyle
FooterTemplate
HorizontalOffset
Gets or sets the horizontal offset of the drop-down relative to the picker.
Declaration
public double HorizontalOffset { get; set; }
Property Value
System.
|
IsFooterVisible
Placement
Gets or sets the placement of the drop-down relative to the picker.
Declaration
public PlacementMode Placement { get; set; }
Property Value
VerticalOffset
Gets or sets the vertical offset of the drop-down relative to the picker.
Declaration
public double VerticalOffset { get; set; }
Property Value
System.
|