menu

UWP

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

    Show / Hide Table of Contents

    Class SfNavigationDrawer.ToggledEventArgs

    Provides data for the Opened and Closed events.

    Inheritance
    System.Object
    SfNavigationDrawer.ToggledEventArgs
    Namespace: Syncfusion.UI.Xaml.NavigationDrawer
    Assembly: Syncfusion.SfNavigationDrawer.UWP.dll
    Syntax
    public class ToggledEventArgs : EventArgs

    Constructors

    ToggledEventArgs()

    Declaration
    public ToggledEventArgs()

    Properties

    IsOpen

    Gets a value indicating whether the drawer is opened or not.

    Declaration
    public bool IsOpen { get; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    IsSecondaryDrawer

    Gets or sets a value indicating whether the drawer toggled is secondary drawer

    Declaration
    public bool IsSecondaryDrawer { get; }
    Property Value
    Type
    System.Boolean

    Extension Methods

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