DrawerPage.IsDrawerOpened Property
In This Article
Gets or sets whether the drawer is opened.
Namespace: DevExpress.XamarinForms.Navigation
Assembly: DevExpress.XamarinForms.Navigation.dll
NuGet Package: DevExpress.XamarinForms.Navigation
#Declaration
C#
public bool IsDrawerOpened { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | true, if the drawer is opened; otherwise, false. |
See Also