Class
ExpanderHeader

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

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

ExpanderHeaderLocation

Methods

OnApplyTemplate()

Applies the control template and initializes template parts.

Declaration

cs-api-definition
protected override void OnApplyTemplate()

Overrides RadCompositeContentView.OnApplyTemplate()