Class PickerPopupContentView
Represents the content area of the picker popup.
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class PickerPopupContentView : PickerContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Constructors
PickerPopupContentView()
Declaration
public PickerPopupContentView()
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.
|
AcceptCommandProperty
Identifies the Accept
Declaration
public static readonly BindableProperty AcceptCommandProperty
Field Value
Microsoft.
|
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.
|
CancelCommandProperty
Identifies the Cancel
Declaration
public static readonly BindableProperty CancelCommandProperty
Field Value
Microsoft.
|
FooterStyleProperty
FooterTemplateProperty
HeaderLabelStyleProperty
Identifies the Header
Declaration
public static readonly BindableProperty HeaderLabelStyleProperty
Field Value
Microsoft.
|
HeaderLabelTextProperty
Identifies the Header
Declaration
public static readonly BindableProperty HeaderLabelTextProperty
Field Value
Microsoft.
|
HeaderStyleProperty
Identifies the Header
Declaration
public static readonly BindableProperty HeaderStyleProperty
Field Value
Microsoft.
|
HeaderTemplateProperty
Identifies the Header
Declaration
public static readonly BindableProperty HeaderTemplateProperty
Field Value
Microsoft.
|
IsFooterVisibleProperty
IsHeaderVisibleProperty
Identifies the Is
Declaration
public static readonly BindableProperty IsHeaderVisibleProperty
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 popup.
Declaration
public ICommand AcceptCommand { get; set; }
Property Value
System.
|
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 of the selector.
Declaration
public string CancelButtonText { get; set; }
Property Value
System.
|
CancelCommand
Gets or sets the command which rejects the current selection and closes the drop-down.
Declaration
public ICommand CancelCommand { get; set; }
Property Value
System.
|
FooterStyle
FooterTemplate
HeaderLabelStyle
Gets or sets the style applied to the label inside the header.
Declaration
public Style HeaderLabelStyle { get; set; }
Property Value
Microsoft.
|
HeaderLabelText
Gets or sets the text visualized by the header of the popup.
Declaration
public string HeaderLabelText { get; set; }
Property Value
System.
|
HeaderStyle
Gets or sets the style applied to the header section of the popup.
Target type should be Picker
Declaration
public Style HeaderStyle { get; set; }
Property Value
Microsoft.
|
HeaderTemplate
Gets or sets the ControlTemplate of the header section of the popup.
Declaration
public ControlTemplate HeaderTemplate { get; set; }
Property Value
Microsoft.
|
IsFooterVisible
IsHeaderVisible
Gets or sets a boolean value indicating if the header is currently visible.
Declaration
public bool IsHeaderVisible { get; set; }
Property Value
System.
|