Class SfNavigationDrawer.ToggledEventArgs
Inheritance
System.Object
SfNavigationDrawer.ToggledEventArgs
Namespace: Syncfusion.UI.Xaml.NavigationDrawer
Assembly: Syncfusion.SfNavigationDrawer.WPF.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 |