Class Accordion
Inheritance
System.Object
Accordion
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class Accordion : ItemsControl, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
Accordion()
Declaration
public Accordion()
Fields
ExpandDirectionProperty
SelectedIndexProperty
SelectedIndicesProperty
SelectionModeProperty
SelectionSequenceProperty
Declaration
public static AutomationProperty SelectionSequenceProperty
Field Value
AutomationProperty
|
Properties
ExpandDirection
SelectedIndex
Declaration
public int SelectedIndex { get; set; }
Property Value
System.Int32
|
SelectedIndices
Declaration
public IList<int> SelectedIndices { get; set; }
Property Value
System.Collections.Generic.IList<System.Int32>
|
SelectionMode
Declaration
public AccordionSelectionMode SelectionMode { get; set; }
Property Value
AccordionSelectionMode
|
SelectionSequence
Declaration
public SelectionSequence SelectionSequence { get; set; }
Property Value
SelectionSequence
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|