Class
PickerPopupHeaderView

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: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView

Inherited Members PickerContentView.BackgroundColorPropertyPickerContentView.BorderColorPropertyPickerContentView.BorderBrushPropertyPickerContentView.BorderThicknessPropertyPickerContentView.CornerRadiusPropertyPickerContentView.BackgroundColorPickerContentView.BorderColorPickerContentView.BorderBrushPickerContentView.BorderThicknessPickerContentView.CornerRadiusRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnBindingContextChanged()RadContentView.OnHandlerChanged()

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.

Declaration

cs-api-definition
public string HeaderLabelText { get; set; }

Property Value

string