ClassRadExpander
Represents an expander control that can show or hide content.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class RadExpander : RadLayout
Inheritance: objectRadLayoutRadExpander
Inherited Members
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
BindableProperty
AnimationEasingProperty
Identifies theAnimationEasing property.
Declaration
public static readonly BindableProperty AnimationEasingProperty
Field Value
BindableProperty
BorderColorProperty
Identifies theBorderColor property.
Declaration
public static readonly BindableProperty BorderColorProperty
Field Value
BindableProperty
BorderThicknessProperty
Identifies theBorderThickness property.
Declaration
public static readonly BindableProperty BorderThicknessProperty
Field Value
BindableProperty
ContentProperty
Identifies theContent property.
Declaration
public static readonly BindableProperty ContentProperty
Field Value
BindableProperty
HeaderLocationProperty
Identifies theHeaderLocation property.
Declaration
public static readonly BindableProperty HeaderLocationProperty
Field Value
BindableProperty
HeaderProperty
Identifies theHeader property.
Declaration
public static readonly BindableProperty HeaderProperty
Field Value
BindableProperty
HeaderStyleProperty
Identifies theHeaderStyle property.
Declaration
public static readonly BindableProperty HeaderStyleProperty
Field Value
BindableProperty
HeaderTextProperty
Identifies theHeaderText property.
Declaration
public static readonly BindableProperty HeaderTextProperty
Field Value
BindableProperty
HeaderTextStyleProperty
Identifies the HeaderTextStyle property.
Declaration
public static readonly BindableProperty HeaderTextStyleProperty
Field Value
BindableProperty
IsAnimationEnabledProperty
Identifies theIsAnimationEnabled property.
Declaration
public static readonly BindableProperty IsAnimationEnabledProperty
Field Value
BindableProperty
IsExpandedProperty
Identifies theIsExpanded property.
Declaration
public static readonly BindableProperty IsExpandedProperty
Field Value
BindableProperty
Properties
AnimationDuration
Gets or sets the value of the AnimationDuration.
AnimationEasing
Gets or sets the value of the AnimationEasing.
Declaration
[TypeConverter(typeof(EasingTypeConverter))]
public Easing AnimationEasing { get; set; }
Property Value
Easing
BorderColor
Gets or sets the value of the BorderColor.
Declaration
public Color BorderColor { get; set; }
Property Value
Color
BorderThickness
Gets or sets the value of the BorderThickness.
Declaration
public Thickness BorderThickness { get; set; }
Property Value
Thickness
Content
Gets or sets the value of the Content.
Header
Gets or sets the Header of the expander.
Declaration
public ExpanderHeader Header { get; set; }
Property Value
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
public ExpanderHeaderLocation HeaderLocation { get; set; }
Property Value
HeaderStyle
Gets or sets the style of the Header (TargetType ExpanderHeader).
Declaration
public Style HeaderStyle { get; set; }
Property Value
Style
HeaderText
Gets or sets the value of the HeaderText.
HeaderTextStyle
Gets or sets the Style of the header label.
Declaration
public Style HeaderTextStyle { get; set; }
Property Value
Style
IsAnimationEnabled
Gets or sets the value of the IsAnimationEnabled.
IsExpanded
Gets or sets the value of the IsExpanded.