ExpanderHeader
Class
Represents the header component of an expander control that can be clicked to expand or collapse content.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class ExpanderHeader : ExpandableViewHeader, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewExpandableViewHeaderExpanderHeader...
Implements:
Inherited Members
Constructors
Initializes a new instance of the AccordionItem class.
C#
public ExpanderHeader()
Fields
HeaderLocationProperty
BindableProperty
Identifies the HeaderLocation bindable property.
C#
public static readonly BindableProperty HeaderLocationProperty
Properties
Gets or sets the location of the header relative to the content.
C#
public ExpanderHeaderLocation HeaderLocation { get; }
Methods
Applies the control template and initializes template parts.
C#
protected override void OnApplyTemplate()
Overrides: