Class RadAccordion
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadAccordion : RadLayout
Constructors
RadAccordion()
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.
|
CanCollapseAllItemsProperty
Identifies theCan
Declaration
public static readonly BindableProperty CanCollapseAllItemsProperty
Field Value
Microsoft.
|
CanExpandMultipleItemsProperty
Indentifies the Can
Declaration
public static readonly BindableProperty CanExpandMultipleItemsProperty
Field Value
Microsoft.
|
IsAnimationEnabledProperty
Identifies theIs
Declaration
public static readonly BindableProperty IsAnimationEnabledProperty
Field Value
Microsoft.
|
SpacingProperty
Identifies theSpacing property.
Declaration
public static readonly BindableProperty SpacingProperty
Field Value
Microsoft.
|
Properties
AnimationDuration
Gets or sets the duration of the expand/collapse animation.
Declaration
public int AnimationDuration { get; set; }
Property Value
System.
|
AnimationEasing
Gets or sets the easing of the expand/collapse animation.
Declaration
public Easing AnimationEasing { get; set; }
Property Value
Microsoft.
|
CanCollapseAllItems
Gets or sets a value indicating whether all items can be collapsed.
Declaration
public bool CanCollapseAllItems { get; set; }
Property Value
System.
|
CanExpandMultipleItems
Gets or sets a value indicating whether more than one item can be expanded.
Declaration
public bool CanExpandMultipleItems { get; set; }
Property Value
System.
|
IsAnimationEnabled
Gets or sets a value indicating whether the expand/collapse animation is enabled.
Declaration
public bool IsAnimationEnabled { get; set; }
Property Value
System.
|
Items
Gets the collection of Accordion
Declaration
public IList<AccordionItem> Items { get; }
Property Value
System.
|
Spacing
Gets or sets the space between the items.
Declaration
public double Spacing { get; set; }
Property Value
System.
|
Methods
OnChildAdded(Element)
Declaration
protected override void OnChildAdded(Element child)
Parameters
Microsoft.
|
OnChildRemoved(Element, Int32)
Declaration
protected override void OnChildRemoved(Element child, int oldLogicalIndex)
Parameters
Microsoft.
|
System.
|