Represents the content area of the picker popup.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class PickerPopupContentView : PickerContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewPickerContentViewPickerPopupContentView
Implements:
Inherited Members
Constructors
Initializes a new instance of the PickerPopupContentView class.
public PickerPopupContentView()
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
HeaderLabelStyleProperty
BindableProperty
Identifies the HeaderLabelStyle property.
public static readonly BindableProperty HeaderLabelStyleProperty
HeaderLabelTextProperty
BindableProperty
Identifies the HeaderLabelText property.
public static readonly BindableProperty HeaderLabelTextProperty
HeaderStyleProperty
BindableProperty
Identifies the HeaderStyle property.
public static readonly BindableProperty HeaderStyleProperty
HeaderTemplateProperty
BindableProperty
Identifies the HeaderTemplate property.
public static readonly BindableProperty HeaderTemplateProperty
IsFooterVisibleProperty
BindableProperty
Identifies the IsFooterVisible property.
public static readonly BindableProperty IsFooterVisibleProperty
IsHeaderVisibleProperty
BindableProperty
Identifies the IsHeaderVisible property.
public static readonly BindableProperty IsHeaderVisibleProperty
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 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 popup. Target type should be PickerPopupFooterView.
public Style FooterStyle { get; set; }
FooterTemplate
ControlTemplate
Gets or sets the ControlTemplate of the footer section of the popup.
public ControlTemplate FooterTemplate { get; set; }
HeaderLabelStyle
Style
Gets or sets the style applied to the label inside the header.
public Style HeaderLabelStyle { get; set; }
Gets or sets the text visualized by the header of the popup.
public string HeaderLabelText { get; set; }
HeaderStyle
Style
Gets or sets the style applied to the header section of the popup. Target type should be PickerPopupHeaderView.
public Style HeaderStyle { get; set; }
HeaderTemplate
ControlTemplate
Gets or sets the ControlTemplate of the header section of the popup.
public ControlTemplate HeaderTemplate { get; set; }
Gets or sets a boolean value indicating if the footer is currently visible.
public bool IsFooterVisible { get; set; }
Gets or sets a boolean value indicating if the header is currently visible.
public bool IsHeaderVisible { get; set; }