Represents the header area of the picker popup.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class PickerPopupHeaderView : PickerContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewPickerContentViewPickerPopupHeaderView
Implements:
Inherited Members
Constructors
C#
public PickerPopupHeaderView()
Fields
HeaderLabelStyleProperty
BindableProperty
Identifies the HeaderLabelStyle property.
C#
public static readonly BindableProperty HeaderLabelStyleProperty
HeaderLabelTextProperty
BindableProperty
Identifies the HeaderLabelText property.
C#
public static readonly BindableProperty HeaderLabelTextProperty
Properties
HeaderLabelStyle
Style
Gets or sets the style applied to the label inside the header.
C#
public Style HeaderLabelStyle { get; set; }
Gets or sets the text visualized by the header of the popup.
C#
public string HeaderLabelText { get; set; }