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 RadExpander

Represents an expander control that can show or hide content.

Inheritance
System.Object
RadLayout
RadExpander
Inherited Members
RadLayout.CreateLayoutManager()
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll

Syntax

public class RadExpander : RadLayout

Constructors

RadExpander()

Initializes a new instance of the RadExpander class.

Declaration
public RadExpander()

Fields

AnimationDurationProperty

Identifies theAnimationDuration property.

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

AnimationEasingProperty

Identifies theAnimationEasing property.

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

BorderColorProperty

Identifies theBorderColor property.

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

BorderThicknessProperty

Identifies theBorderThickness property.

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

ContentProperty

Identifies theContent property.

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

HeaderLocationProperty

Identifies theHeaderLocation property.

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

HeaderProperty

Identifies theHeader property.

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

HeaderStyleProperty

Identifies theHeaderStyle property.

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

HeaderTextProperty

Identifies theHeaderText property.

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

HeaderTextStyleProperty

Identifies the HeaderTextStyle property.

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

IsAnimationEnabledProperty

Identifies theIsAnimationEnabled property.

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

IsExpandedProperty

Identifies theIsExpanded property.

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

Properties

AnimationDuration

Gets or sets the value of the AnimationDuration.

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

AnimationEasing

Gets or sets the value of the AnimationEasing.

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

BorderColor

Gets or sets the value of the BorderColor.

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

BorderThickness

Gets or sets the value of the BorderThickness.

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

Content

Gets or sets the value of the Content.

Declaration
public object Content { get; set; }
Property Value
System.Object

Header

Gets or sets the Header of the expander.

Declaration
public ExpanderHeader Header { get; set; }
Property Value
ExpanderHeader

An ExpanderHeader object that represents the clickable header area of the expander. The header contains the expand/collapse indicator and optional text content.

See Also
HeaderText
HeaderStyle
HeaderLocation

HeaderLocation

Gets or sets the value of the HeaderLocation.

Declaration
public ExpanderHeaderLocation HeaderLocation { get; set; }
Property Value
ExpanderHeaderLocation

HeaderStyle

Gets or sets the style of the Header (TargetType ExpanderHeader).

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

HeaderText

Gets or sets the value of the HeaderText.

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

HeaderTextStyle

Gets or sets the Style of the header label.

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

IsAnimationEnabled

Gets or sets the value of the IsAnimationEnabled.

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

IsExpanded

Gets or sets the value of the IsExpanded.

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

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.