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

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

Inherited Members ExpandableViewHeader.IsExpandedPropertyExpandableViewHeader.ToggleExpandCommandPropertyExpandableViewHeader.IsAnimationEnabledPropertyExpandableViewHeader.IndicatorColorPropertyExpandableViewHeader.IndicatorTextPropertyExpandableViewHeader.IndicatorFontFamilyPropertyExpandableViewHeader.IndicatorFontSizePropertyExpandableViewHeader.IndicatorLocationPropertyExpandableViewHeader.IndicatorAnimationDurationPropertyExpandableViewHeader.IndicatorAnimationEasingPropertyExpandableViewHeader.IndicatorMarginPropertyExpandableViewHeader.MinimumHeightRequestPropertyExpandableViewHeader.TextPropertyExpandableViewHeader.TextStylePropertyExpandableViewHeader.ActualTextStylePropertyExpandableViewHeader.OnPropertyChanged(string)ExpandableViewHeader.IsExpandedExpandableViewHeader.ActualTextStyleExpandableViewHeader.TextStyleExpandableViewHeader.ToggleExpandCommandExpandableViewHeader.IsAnimationEnabledExpandableViewHeader.IndicatorColorExpandableViewHeader.IndicatorTextExpandableViewHeader.IndicatorFontFamilyExpandableViewHeader.IndicatorFontSizeExpandableViewHeader.IndicatorLocationExpandableViewHeader.IndicatorAnimationDurationExpandableViewHeader.IndicatorAnimationEasingExpandableViewHeader.IndicatorMarginExpandableViewHeader.MinimumHeightRequestExpandableViewHeader.TextRadBorderContentView.BackgroundColorPropertyRadBorderContentView.BackgroundPropertyRadBorderContentView.BorderColorPropertyRadBorderContentView.BorderBrushPropertyRadBorderContentView.BorderThicknessPropertyRadBorderContentView.CornerRadiusPropertyRadBorderContentView.ContentPaddingPropertyRadBorderContentView.BackgroundColorRadBorderContentView.BackgroundRadBorderContentView.BorderColorRadBorderContentView.BorderBrushRadBorderContentView.BorderThicknessRadBorderContentView.CornerRadiusRadBorderContentView.ContentPaddingRadCompositeContentView.StylePropertyRadCompositeContentView.ControlTemplatePropertyRadCompositeContentView.OnBindingContextChanged()RadCompositeContentView.StyleRadCompositeContentView.ControlTemplateRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnHandlerChanged()...

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: RadCompositeContentView.OnApplyTemplate()