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