menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AccordionButton - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AccordionButton

    Represents the header for an accordion item.

    Inheritance
    System.Object
    AccordionButton
    Namespace: Syncfusion.UI.Xaml.Controls.Layout
    Assembly: Syncfusion.SfAccordion.UWP.dll
    Syntax
    public class AccordionButton : ToggleButton
    Remarks

    By creating a seperate control, there is more flexibility in the templating possibilities.

    Constructors

    AccordionButton()

    Initializes a new instance of the AccordionButton class.

    Declaration
    public AccordionButton()

    Properties

    AccentBrush

    Gets or sets the accent brush

    Declaration
    public SolidColorBrush AccentBrush { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.SolidColorBrush

    Methods

    OnPointerEntered(PointerRoutedEventArgs)

    Occurs when the focus is obtained

    Declaration
    protected override void OnPointerEntered(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e

    OnPointerExited(PointerRoutedEventArgs)

    Occurs when the focus is lost

    Declaration
    protected override void OnPointerExited(PointerRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.PointerRoutedEventArgs e

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved