Class AccordionButton
Represents the header for an accordion item.
Inheritance
System.Object
AccordionButton
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: System.Windows.Controls.Primitives
Assembly: OpenSilver.Controls.Layout.Toolkit.dll
Syntax
public class AccordionButton : ToggleButton, IControl, IFrameworkElement, IUIElement, IDependencyObject
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()
Methods
| Improve this Doc View SourceOnApplyTemplate()
Builds the visual tree for the ButtonBase control when a new template is applied.
Declaration
public override void OnApplyTemplate()