Class
RadExpander

Represents an expander control that can show or hide content.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class RadExpander : RadLayout

Inheritance: objectRadLayoutRadExpander

Inherited Members RadLayout.CreateLayoutManager()

Constructors

RadExpander()

Initializes a new instance of the RadExpander class.

Declaration

cs-api-definition
public RadExpander()

Fields

AnimationDurationProperty

Identifies theAnimationDuration property.

Declaration

cs-api-definition
public static readonly BindableProperty AnimationDurationProperty

Field Value

BindableProperty

AnimationEasingProperty

Identifies theAnimationEasing property.

Declaration

cs-api-definition
public static readonly BindableProperty AnimationEasingProperty

Field Value

BindableProperty

BorderColorProperty

Identifies theBorderColor property.

Declaration

cs-api-definition
public static readonly BindableProperty BorderColorProperty

Field Value

BindableProperty

BorderThicknessProperty

Identifies theBorderThickness property.

Declaration

cs-api-definition
public static readonly BindableProperty BorderThicknessProperty

Field Value

BindableProperty

ContentProperty

Identifies theContent property.

Declaration

cs-api-definition
public static readonly BindableProperty ContentProperty

Field Value

BindableProperty

HeaderLocationProperty

Identifies theHeaderLocation property.

Declaration

cs-api-definition
public static readonly BindableProperty HeaderLocationProperty

Field Value

BindableProperty

HeaderProperty

Identifies theHeader property.

Declaration

cs-api-definition
public static readonly BindableProperty HeaderProperty

Field Value

BindableProperty

HeaderStyleProperty

Identifies theHeaderStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty HeaderStyleProperty

Field Value

BindableProperty

HeaderTextProperty

Identifies theHeaderText property.

Declaration

cs-api-definition
public static readonly BindableProperty HeaderTextProperty

Field Value

BindableProperty

HeaderTextStyleProperty

Identifies the HeaderTextStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty HeaderTextStyleProperty

Field Value

BindableProperty

IsAnimationEnabledProperty

Identifies theIsAnimationEnabled property.

Declaration

cs-api-definition
public static readonly BindableProperty IsAnimationEnabledProperty

Field Value

BindableProperty

IsExpandedProperty

Identifies theIsExpanded property.

Declaration

cs-api-definition
public static readonly BindableProperty IsExpandedProperty

Field Value

BindableProperty

Properties

AnimationDuration

Gets or sets the value of the AnimationDuration.

Declaration

cs-api-definition
public int AnimationDuration { get; set; }

Property Value

int

AnimationEasing

Gets or sets the value of the AnimationEasing.

Declaration

cs-api-definition
[TypeConverter(typeof(EasingTypeConverter))]
public Easing AnimationEasing { get; set; }

Property Value

Easing

BorderColor

Gets or sets the value of the BorderColor.

Declaration

cs-api-definition
public Color BorderColor { get; set; }

Property Value

Color

BorderThickness

Gets or sets the value of the BorderThickness.

Declaration

cs-api-definition
public Thickness BorderThickness { get; set; }

Property Value

Thickness

Content

Gets or sets the value of the Content.

Declaration

cs-api-definition
public object Content { get; set; }

Property Value

object

Header

Gets or sets the Header of the expander.

Declaration

cs-api-definition
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.

HeaderLocation

Gets or sets the value of the HeaderLocation.

Declaration

cs-api-definition
public ExpanderHeaderLocation HeaderLocation { get; set; }

Property Value

ExpanderHeaderLocation

HeaderStyle

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

Declaration

cs-api-definition
public Style HeaderStyle { get; set; }

Property Value

Style

HeaderText

Gets or sets the value of the HeaderText.

Declaration

cs-api-definition
public string HeaderText { get; set; }

Property Value

string

HeaderTextStyle

Gets or sets the Style of the header label.

Declaration

cs-api-definition
public Style HeaderTextStyle { get; set; }

Property Value

Style

IsAnimationEnabled

Gets or sets the value of the IsAnimationEnabled.

Declaration

cs-api-definition
public bool IsAnimationEnabled { get; set; }

Property Value

bool

IsExpanded

Gets or sets the value of the IsExpanded.

Declaration

cs-api-definition
public bool IsExpanded { get; set; }

Property Value

bool