ClassExpanderHeader
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:
cs-api-definition
public class ExpanderHeader : ExpandableViewHeader, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewExpandableViewHeaderExpanderHeader
Implements:
Inherited Members
Constructors
ExpanderHeader()
Initializes a new instance of the AccordionItem class.
Declaration
cs-api-definition
public ExpanderHeader()
Fields
HeaderLocationProperty
Identifies the HeaderLocation bindable property.
Declaration
cs-api-definition
public static readonly BindableProperty HeaderLocationProperty
Field Value
BindableProperty
Properties
HeaderLocation
Gets or sets the location of the header relative to the content.
Declaration
cs-api-definition
public ExpanderHeaderLocation HeaderLocation { get; }
Property Value
Methods
OnApplyTemplate()
Applies the control template and initializes template parts.
Declaration
cs-api-definition
protected override void OnApplyTemplate()
Overrides