Class AccordionItem
Inheritance
System.Object
AccordionItem
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 AccordionItem : HeaderedContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
AccordionItem()
Declaration
public AccordionItem()
Fields
ContentTargetSizeProperty
Declaration
public static AutomationProperty ContentTargetSizeProperty
Field Value
AutomationProperty
|
ExpandDirectionProperty
IsSelectedProperty
Properties
ContentTargetSize
ExpandDirection
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
System.Boolean
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|