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