ClassAccordion
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class Accordion : ItemsControl, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlItemsControlAccordion
Implements:
Inherited Members
Constructors
Accordion()
Declaration
cs-api-definition
public Accordion()
Fields
ExpandDirectionProperty
Declaration
cs-api-definition
public static AutomationProperty ExpandDirectionProperty
Field Value
SelectedIndexProperty
Declaration
cs-api-definition
public static AutomationProperty SelectedIndexProperty
Field Value
SelectedIndicesProperty
Declaration
cs-api-definition
public static AutomationProperty SelectedIndicesProperty
Field Value
SelectionModeProperty
Declaration
cs-api-definition
public static AutomationProperty SelectionModeProperty
Field Value
SelectionSequenceProperty
Declaration
cs-api-definition
public static AutomationProperty SelectionSequenceProperty
Field Value
Properties
ExpandDirection
Declaration
cs-api-definition
public ExpandDirection ExpandDirection { get; set; }
Property Value
SelectionMode
Declaration
cs-api-definition
public AccordionSelectionMode SelectionMode { get; set; }
Property Value
SelectionSequence
Declaration
cs-api-definition
public SelectionSequence SelectionSequence { get; set; }
Property Value
Methods
GetRealType()
Gets the real object type. This property returns string.empty on FrameworkElement and all subclasses that inherit from it.