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