Class RadExpander
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadExpander : RadLayout
Constructors
RadExpander()
Fields
AnimationDurationProperty
Identifies theAnimation
Declaration
public static readonly BindableProperty AnimationDurationProperty
Field Value
Microsoft.
|
AnimationEasingProperty
Identifies theAnimation
Declaration
public static readonly BindableProperty AnimationEasingProperty
Field Value
Microsoft.
|
BorderColorProperty
Identifies theBorder
Declaration
public static readonly BindableProperty BorderColorProperty
Field Value
Microsoft.
|
BorderThicknessProperty
Identifies theBorder
Declaration
public static readonly BindableProperty BorderThicknessProperty
Field Value
Microsoft.
|
ContentProperty
Identifies theContent property.
Declaration
public static readonly BindableProperty ContentProperty
Field Value
Microsoft.
|
HeaderLocationProperty
Identifies theHeader
Declaration
public static readonly BindableProperty HeaderLocationProperty
Field Value
Microsoft.
|
HeaderProperty
Identifies theHeader property.
Declaration
public static readonly BindableProperty HeaderProperty
Field Value
Microsoft.
|
HeaderStyleProperty
Identifies theHeader
Declaration
public static readonly BindableProperty HeaderStyleProperty
Field Value
Microsoft.
|
HeaderTextProperty
Identifies theHeader
Declaration
public static readonly BindableProperty HeaderTextProperty
Field Value
Microsoft.
|
HeaderTextStyleProperty
Identifies the Header
Declaration
public static readonly BindableProperty HeaderTextStyleProperty
Field Value
Microsoft.
|
IsAnimationEnabledProperty
Identifies theIs
Declaration
public static readonly BindableProperty IsAnimationEnabledProperty
Field Value
Microsoft.
|
IsExpandedProperty
Identifies theIs
Declaration
public static readonly BindableProperty IsExpandedProperty
Field Value
Microsoft.
|
Properties
AnimationDuration
Gets or sets the value of the AnimationDuration.
Declaration
public int AnimationDuration { get; set; }
Property Value
System.
|
AnimationEasing
Gets or sets the value of the AnimationEasing.
Declaration
public Easing AnimationEasing { get; set; }
Property Value
Microsoft.
|
BorderColor
Gets or sets the value of the BorderColor.
Declaration
public Color BorderColor { get; set; }
Property Value
Microsoft.
|
BorderThickness
Gets or sets the value of the BorderThickness.
Declaration
public Thickness BorderThickness { get; set; }
Property Value
Microsoft.
|
Content
Gets or sets the value of the Content.
Declaration
public object Content { get; set; }
Property Value
System.
|
Header
Gets or sets the value of the Header.
Declaration
public ExpanderHeader Header { get; set; }
Property Value
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 Expander
Declaration
public Style HeaderStyle { get; set; }
Property Value
Microsoft.
|
HeaderText
Gets or sets the value of the HeaderText.
Declaration
public string HeaderText { get; set; }
Property Value
System.
|
HeaderTextStyle
Gets or sets the Style of the header label.
Declaration
public Style HeaderTextStyle { get; set; }
Property Value
Microsoft.
|
IsAnimationEnabled
Gets or sets the value of the IsAnimationEnabled.
Declaration
public bool IsAnimationEnabled { get; set; }
Property Value
System.
|
IsExpanded
Gets or sets the value of the IsExpanded.
Declaration
public bool IsExpanded { get; set; }
Property Value
System.
|