Class PickerPopupContentView
Inherited Members
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class PickerPopupContentView : PickerContentView
Constructors
PickerPopupContentView()
Declaration
public PickerPopupContentView()
Fields
AcceptButtonStyleProperty
Declaration
public static readonly BindableProperty AcceptButtonStyleProperty
Field Value
Xamarin.Forms.BindableProperty
|
AcceptButtonTextProperty
Declaration
public static readonly BindableProperty AcceptButtonTextProperty
Field Value
Xamarin.Forms.BindableProperty
|
AcceptCommandProperty
Declaration
public static readonly BindableProperty AcceptCommandProperty
Field Value
Xamarin.Forms.BindableProperty
|
CancelButtonStyleProperty
Declaration
public static readonly BindableProperty CancelButtonStyleProperty
Field Value
Xamarin.Forms.BindableProperty
|
CancelButtonTextProperty
Declaration
public static readonly BindableProperty CancelButtonTextProperty
Field Value
Xamarin.Forms.BindableProperty
|
CancelCommandProperty
Declaration
public static readonly BindableProperty CancelCommandProperty
Field Value
Xamarin.Forms.BindableProperty
|
FooterStyleProperty
FooterTemplateProperty
HeaderLabelStyleProperty
Declaration
public static readonly BindableProperty HeaderLabelStyleProperty
Field Value
Xamarin.Forms.BindableProperty
|
HeaderLabelTextProperty
Declaration
public static readonly BindableProperty HeaderLabelTextProperty
Field Value
Xamarin.Forms.BindableProperty
|
HeaderStyleProperty
Declaration
public static readonly BindableProperty HeaderStyleProperty
Field Value
Xamarin.Forms.BindableProperty
|
HeaderTemplateProperty
Declaration
public static readonly BindableProperty HeaderTemplateProperty
Field Value
Xamarin.Forms.BindableProperty
|
IsFooterVisibleProperty
IsHeaderVisibleProperty
Declaration
public static readonly BindableProperty IsHeaderVisibleProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
AcceptButtonStyle
Declaration
public Style AcceptButtonStyle { get; set; }
Property Value
Xamarin.Forms.Style
|
AcceptButtonText
Declaration
public string AcceptButtonText { get; set; }
Property Value
System.String
|
AcceptCommand
Declaration
public ICommand AcceptCommand { get; set; }
Property Value
System.Windows.Input.ICommand
|
CancelButtonStyle
Declaration
public Style CancelButtonStyle { get; set; }
Property Value
Xamarin.Forms.Style
|
CancelButtonText
Declaration
public string CancelButtonText { get; set; }
Property Value
System.String
|
CancelCommand
Declaration
public ICommand CancelCommand { get; set; }
Property Value
System.Windows.Input.ICommand
|
FooterStyle
FooterTemplate
HeaderLabelStyle
Declaration
public Style HeaderLabelStyle { get; set; }
Property Value
Xamarin.Forms.Style
|
HeaderLabelText
Declaration
public string HeaderLabelText { get; set; }
Property Value
System.String
|
HeaderStyle
Declaration
public Style HeaderStyle { get; set; }
Property Value
Xamarin.Forms.Style
|
HeaderTemplate
Declaration
public ControlTemplate HeaderTemplate { get; set; }
Property Value
Xamarin.Forms.ControlTemplate
|
IsFooterVisible
IsHeaderVisible
Declaration
public bool IsHeaderVisible { get; set; }
Property Value
System.Boolean
|