DrawerView.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 |
|
See Also