Represents the content area of the picker drop-down.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class PickerDropDownContentView : PickerContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewPickerContentViewPickerDropDownContentView
Implements:
Inherited Members
Constructors
Initializes a new instance of the PickerDropDownContentView class.
public PickerDropDownContentView()
Fields
AcceptButtonStyleProperty
BindableProperty
Identifies the AcceptButtonStyle property.
public static readonly BindableProperty AcceptButtonStyleProperty
AcceptButtonTextProperty
BindableProperty
Identifies the AcceptButtonText property.
public static readonly BindableProperty AcceptButtonTextProperty
AcceptCommandProperty
BindableProperty
Identifies the AcceptCommand property.
public static readonly BindableProperty AcceptCommandProperty
CancelButtonStyleProperty
BindableProperty
Identifies the CancelButtonStyle property.
public static readonly BindableProperty CancelButtonStyleProperty
CancelButtonTextProperty
BindableProperty
Identifies the CancelButtonText property.
public static readonly BindableProperty CancelButtonTextProperty
CancelCommandProperty
BindableProperty
Identifies the CancelCommand property.
public static readonly BindableProperty CancelCommandProperty
FooterStyleProperty
BindableProperty
Identifies the FooterStyle property.
public static readonly BindableProperty FooterStyleProperty
FooterTemplateProperty
BindableProperty
Identifies the FooterTemplate property.
public static readonly BindableProperty FooterTemplateProperty
IsFooterVisibleProperty
BindableProperty
Identifies the IsFooterVisible property.
public static readonly BindableProperty IsFooterVisibleProperty
Properties
AcceptButtonStyle
Style
Gets or sets the style applied to the button which accepts the current selection of the selector and propagates it to the picker.
public Style AcceptButtonStyle { get; set; }
Gets or sets the text of the button which accepts the current selection of the selector and propagates it to the picker.
public string AcceptButtonText { get; set; }
Gets or sets the command which propagates the current selection to the picker control and closes the drop-down.
public ICommand AcceptCommand { get; set; }
CancelButtonStyle
Style
Gets or sets the style applied to the button which rejects the current selection of the selector.
public Style CancelButtonStyle { get; set; }
Gets or sets the text set to the button which rejects the current selection of the selector.
public string CancelButtonText { get; set; }
Gets or sets the command which rejects the current selection and closes the drop-down.
public ICommand CancelCommand { get; set; }
FooterStyle
Style
Gets or sets the style applied to the footer section of the drop-down. Target type should be PickerDropDownFooterView.
public Style FooterStyle { get; set; }
FooterTemplate
ControlTemplate
Gets or sets the ControlTemplate of the footer section of the drop-down.
public ControlTemplate FooterTemplate { get; set; }
Gets or sets a boolean value indicating if the footer is currently visible.
public bool IsFooterVisible { get; set; }