Represents the footer area of the picker drop-down.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class PickerDropDownFooterView : PickerContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewPickerContentViewPickerDropDownFooterView
Implements:
Inherited Members
Constructors
public PickerDropDownFooterView()
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
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; }