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