RadExpander
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
Initializes a new instance of the RadExpander class.
public RadExpander()
Fields
AnimationDurationProperty
BindableProperty
Identifies theAnimationDuration property.
public static readonly BindableProperty AnimationDurationProperty
AnimationEasingProperty
BindableProperty
Identifies theAnimationEasing property.
public static readonly BindableProperty AnimationEasingProperty
BorderColorProperty
BindableProperty
Identifies theBorderColor property.
public static readonly BindableProperty BorderColorProperty
BorderThicknessProperty
BindableProperty
Identifies theBorderThickness property.
public static readonly BindableProperty BorderThicknessProperty
ContentProperty
BindableProperty
Identifies theContent property.
public static readonly BindableProperty ContentProperty
HeaderLocationProperty
BindableProperty
Identifies theHeaderLocation property.
public static readonly BindableProperty HeaderLocationProperty
HeaderProperty
BindableProperty
Identifies theHeader property.
public static readonly BindableProperty HeaderProperty
HeaderStyleProperty
BindableProperty
Identifies theHeaderStyle property.
public static readonly BindableProperty HeaderStyleProperty
HeaderTextProperty
BindableProperty
Identifies theHeaderText property.
public static readonly BindableProperty HeaderTextProperty
HeaderTextStyleProperty
BindableProperty
Identifies the HeaderTextStyle property.
public static readonly BindableProperty HeaderTextStyleProperty
IsAnimationEnabledProperty
BindableProperty
Identifies theIsAnimationEnabled property.
public static readonly BindableProperty IsAnimationEnabledProperty
IsExpandedProperty
BindableProperty
Identifies theIsExpanded property.
public static readonly BindableProperty IsExpandedProperty
Properties
Gets or sets the value of the AnimationDuration.
public int AnimationDuration { get; set; }
AnimationEasing
Easing
Gets or sets the value of the AnimationEasing.
[TypeConverter(typeof(EasingTypeConverter))]
public Easing AnimationEasing { get; set; }
BorderColor
Color
Gets or sets the value of the BorderColor.
public Color BorderColor { get; set; }
BorderThickness
Thickness
Gets or sets the value of the BorderThickness.
public Thickness BorderThickness { get; set; }
Gets or sets the Header of the expander.
public ExpanderHeader Header { get; set; }
An ExpanderHeader object that represents the clickable header area of the expander. The header contains the expand/collapse indicator and optional text content.
Gets or sets the value of the HeaderLocation.
public ExpanderHeaderLocation HeaderLocation { get; set; }
HeaderStyle
Style
Gets or sets the style of the Header (TargetType ExpanderHeader).
public Style HeaderStyle { get; set; }
Gets or sets the value of the HeaderText.
public string HeaderText { get; set; }
HeaderTextStyle
Style
Gets or sets the Style of the header label.
public Style HeaderTextStyle { get; set; }
Gets or sets the value of the IsAnimationEnabled.
public bool IsAnimationEnabled { get; set; }
Gets or sets the value of the IsExpanded.
public bool IsExpanded { get; set; }