Accordion
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class Accordion : ItemsControl, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlItemsControlAccordion...
Implements:
Inherited Members
Constructors
C#
public Accordion()
Fields
C#
public static AutomationProperty ExpandDirectionProperty
C#
public static AutomationProperty SelectedIndexProperty
C#
public static AutomationProperty SelectedIndicesProperty
C#
public static AutomationProperty SelectionModeProperty
C#
public static AutomationProperty SelectionSequenceProperty
Properties
C#
public ExpandDirection ExpandDirection { get; set; }
C#
public int SelectedIndex { get; set; }
C#
public IList<int> SelectedIndices { get; set; }
C#
public AccordionSelectionMode SelectionMode { get; set; }
C#
public SelectionSequence SelectionSequence { get; set; }