Class SfNavigationDrawer.ToggledEventArgs
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 |