New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents the header area of the picker popup.

Definition

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

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; }