Class PickerPopupHeaderView
Inherited Members
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class PickerPopupHeaderView : PickerContentView
Constructors
PickerPopupHeaderView()
Declaration
public PickerPopupHeaderView()
Fields
HeaderLabelStyleProperty
Declaration
public static readonly BindableProperty HeaderLabelStyleProperty
Field Value
Xamarin.Forms.BindableProperty
|
HeaderLabelTextProperty
Declaration
public static readonly BindableProperty HeaderLabelTextProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
HeaderLabelStyle
Declaration
public Style HeaderLabelStyle { get; set; }
Property Value
Xamarin.Forms.Style
|
HeaderLabelText
Declaration
public string HeaderLabelText { get; set; }
Property Value
System.String
|