Represents the footer area of the picker popup.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class PickerPopupFooterView : PickerContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewPickerContentViewPickerPopupFooterView
Implements:
Inherited Members
Constructors
public PickerPopupFooterView()
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 popup.
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.
public string CancelButtonText { get; set; }
Gets or sets the command which rejects the current selection and closes the popup.
public ICommand CancelCommand { get; set; }