Class AccordionButton
Represents the header for an accordion item.
Inheritance
System.Object
AccordionButton
Inherited Members
System.Windows.FrameworkElement.RegisterName(System.String, System.Object)
System.Windows.FrameworkElement.UnregisterName(System.String)
Namespace: System.Windows.Controls.Primitives
Assembly: Controls.Layout.Toolkit.OpenSilver.dll
Syntax
public class AccordionButton : ToggleButton
Remarks
By creating a seperate control, there is more flexibility in the templating possibilities.
Constructors
| Improve this Doc View SourceAccordionButton()
Initializes a new instance of the AccordionButton class.
Declaration
public AccordionButton()