Class RadExpander
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadExpander : RadLayout
Constructors
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 value of the Header.
Declaration
public ExpanderHeader Header { get; set; }
Property Value
ExpanderHeader
|
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
|