Class ExpanderHeader
Represents the header component of an expander control that can be clicked to expand or collapse content.
Inheritance
System.Object
ExpanderHeader
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class ExpanderHeader : ExpandableViewHeader, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Constructors
ExpanderHeader()
Fields
HeaderLocationProperty
Identifies the HeaderLocation bindable property.
Declaration
public static readonly BindableProperty HeaderLocationProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
HeaderLocation
Gets or sets the location of the header relative to the content.
Declaration
public ExpanderHeaderLocation HeaderLocation { get; }
Property Value
ExpanderHeaderLocation
|
Methods
OnApplyTemplate()
Applies the control template and initializes template parts.
Declaration
protected override void OnApplyTemplate()