skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • Resources Hub
    • .NET MAUI Tutorials and Learning
    • First Steps
    • Submit a Ticket
    • FAQs

    Docs & Resources

    • Docs
    • Demos
    • Migrate to .NET MAUI
    • Forums
    • Videos
    • Blogs

    Productivity and Design Tools

    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class ExpandableViewHeader

Represents the base class for expandable view headers that provide expand/collapse functionality.

Inheritance
System.Object
RadContentView
RadCompositeContentView
RadBorderContentView
ExpandableViewHeader
AccordionItemHeader
ExpanderHeader
Inherited Members
RadBorderContentView.BackgroundColorProperty
RadBorderContentView.BackgroundProperty
RadBorderContentView.BorderColorProperty
RadBorderContentView.BorderBrushProperty
RadBorderContentView.BorderThicknessProperty
RadBorderContentView.CornerRadiusProperty
RadBorderContentView.ContentPaddingProperty
RadBorderContentView.BackgroundColor
RadBorderContentView.Background
RadBorderContentView.BorderColor
RadBorderContentView.BorderBrush
RadBorderContentView.BorderThickness
RadBorderContentView.CornerRadius
RadBorderContentView.ContentPadding
RadCompositeContentView.StyleProperty
RadCompositeContentView.ControlTemplateProperty
RadCompositeContentView.OnApplyTemplate()
RadCompositeContentView.OnBindingContextChanged()
RadCompositeContentView.Style
RadCompositeContentView.ControlTemplate
RadContentView.ActualStyleClassProperty
RadContentView.OnChildAdded(Element)
RadContentView.OnChildRemoved(Element, Int32)
RadContentView.OnHandlerChanged()
RadContentView.ActualStyleClass
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll

Syntax

public abstract class ExpandableViewHeader : RadBorderContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Constructors

ExpandableViewHeader()

Initializes a new instance of the ExpandableViewHeader class.

Declaration
public ExpandableViewHeader()

Fields

ActualTextStyleProperty

Identifies the ActualTextStyle property.

Declaration
public static readonly BindableProperty ActualTextStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

IndicatorAnimationDurationProperty

Identifies the IndicatorAnimationDuration property.

Declaration
public static readonly BindableProperty IndicatorAnimationDurationProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

IndicatorAnimationEasingProperty

Identifies the IndicatorAnimationEasing property.

Declaration
public static readonly BindableProperty IndicatorAnimationEasingProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

IndicatorColorProperty

Identifies the IndicatorColor property.

Declaration
public static readonly BindableProperty IndicatorColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

IndicatorFontFamilyProperty

Identifies the IndicatorFontFamily property.

Declaration
public static readonly BindableProperty IndicatorFontFamilyProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

IndicatorFontSizeProperty

Identifies the IndicatorFontSize property.

Declaration
public static readonly BindableProperty IndicatorFontSizeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

IndicatorLocationProperty

Identifies the IndicatorLocation property.

Declaration
public static readonly BindableProperty IndicatorLocationProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

IndicatorMarginProperty

Identifies the IndicatorMargin property.

Declaration
public static readonly BindableProperty IndicatorMarginProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

IndicatorTextProperty

Identifies the IndicatorText property.

Declaration
public static readonly BindableProperty IndicatorTextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

IsAnimationEnabledProperty

Identifies the IsAnimationEnabled property.

Declaration
public static readonly BindableProperty IsAnimationEnabledProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

IsExpandedProperty

Identifies the IsExpanded property.

Declaration
public static readonly BindableProperty IsExpandedProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

MinimumHeightRequestProperty

Identifies the MinimumHeightRequest property.

Declaration
public static readonly BindableProperty MinimumHeightRequestProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

TextProperty

Identifies the Text property.

Declaration
public static readonly BindableProperty TextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

TextStyleProperty

Identifies the TextStyle property.

Declaration
public static readonly BindableProperty TextStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ToggleExpandCommandProperty

Identifies the ToggleExpandCommand property.

Declaration
public static readonly BindableProperty ToggleExpandCommandProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

Properties

ActualTextStyle

Gets the actual style that is used to style the text.

Declaration
public Style ActualTextStyle { get; }
Property Value
Microsoft.Maui.Controls.Style

The Microsoft.Maui.Controls.Style applied to the text content.

IndicatorAnimationDuration

Gets or sets the duration in milliseconds for the indicator rotation animation.

Declaration
public int IndicatorAnimationDuration { get; set; }
Property Value
System.Int32

The animation duration in milliseconds.

IndicatorAnimationEasing

Gets or sets the easing function used for the indicator rotation animation.

Declaration
public Easing IndicatorAnimationEasing { get; set; }
Property Value
Microsoft.Maui.Easing

The Microsoft.Maui.Easing function for the rotation animation.

IndicatorColor

Gets or sets the color of the expand/collapse indicator.

Declaration
public Color IndicatorColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color

The Microsoft.Maui.Graphics.Color of the indicator.

IndicatorFontFamily

Gets or sets the font family for the expand/collapse indicator text.

Declaration
public string IndicatorFontFamily { get; set; }
Property Value
System.String

The font family name for the indicator.

IndicatorFontSize

Gets or sets the font size for the expand/collapse indicator text.

Declaration
public double IndicatorFontSize { get; set; }
Property Value
System.Double

The font size for the indicator.

IndicatorLocation

Gets or sets the location of the expand/collapse indicator within the header.

Declaration
public ExpandCollapseIndicatorLocation IndicatorLocation { get; set; }
Property Value
ExpandCollapseIndicatorLocation

An ExpandCollapseIndicatorLocation value specifying the indicator position.

IndicatorMargin

Gets or sets the margin around the expand/collapse indicator.

Declaration
public Thickness IndicatorMargin { get; set; }
Property Value
Microsoft.Maui.Thickness

The Microsoft.Maui.Thickness specifying the indicator margin.

IndicatorText

Gets or sets the text content of the expand/collapse indicator.

Declaration
public string IndicatorText { get; set; }
Property Value
System.String

The text string displayed as the indicator.

IsAnimationEnabled

Gets a value indicating whether animation is enabled for the indicator rotation.

Declaration
public bool IsAnimationEnabled { get; }
Property Value
System.Boolean

true if animation is enabled; otherwise, false.

IsExpanded

Gets a value indicating whether the header is in expanded state.

Declaration
public bool IsExpanded { get; }
Property Value
System.Boolean

true if the header is expanded; otherwise, false.

MinimumHeightRequest

Gets or sets the minimum height request for the header.

Declaration
public double MinimumHeightRequest { get; set; }
Property Value
System.Double

The minimum height in device-independent units.

Text

Gets or sets the text content displayed in the header.

Declaration
public string Text { get; set; }
Property Value
System.String

The text string displayed in the header.

TextStyle

Gets or sets the Style of the header label.

Declaration
public Style TextStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style

The Microsoft.Maui.Controls.Style for the header text.

ToggleExpandCommand

Gets the command that toggles the expand/collapse state of the header.

Declaration
public ICommand ToggleExpandCommand { get; }
Property Value
System.Windows.Input.ICommand

The System.Windows.Input.ICommand for toggling expand state.

Methods

OnPropertyChanged(String)

Called when a property value changes.

Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String propertyName

The name of the property that changed.

Overrides
RadCompositeContentView.OnPropertyChanged(String)

Extension Methods

AndroidTypeConversionExtensions.ToJavaObject(Object)
Sample Applications
  • Controls Samples App
  • Crypto Tracker App
Support Resources
  • .NET MAUI SDKBrowser App
Community
  • Forums
  • Blogs
  • Feedback Portal
  • YouTube Channel

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.