Back to Devexpress

DrawerView Properties

mobilecontrols-devexpress-dot-xamarinforms-dot-navigation-dot-drawerview-dot-underscore-properties.md

latest8.9 KB
Original Source

DrawerView Properties

The view that can show / hide a panel with navigation information and another data the end user may require (for example, account information).

NameDescription
AreGesturesEnabledGets or sets whether users can use gestures to open / close the drawer.
DrawerBackgroundColorGets or sets the color the view uses to paint the Drawer background.
DrawerBehaviorGets or sets how the Drawer behaves on opening / closing.
DrawerContentGets or sets a view the DrawerView displays as the Drawer content.
DrawerContentHeightGets or sets the height of the drawer content view.
DrawerContentMaxHeightGets or sets the maximum height of the the drawer content view.
DrawerContentMinHeightGets or sets the minimum height of the the drawer content view.
DrawerFooterContentGets or sets a view the DrawerView displays as the Drawer footer.
DrawerFooterHeightGets or sets the height of the drawer footer view.
DrawerFooterMaxHeightGets or sets the maximum height of the the drawer footer view.
DrawerFooterMinHeightGets or sets the minimum height of the the drawer footer view.
DrawerHeaderContentGets or sets a view the DrawerView displays as the Drawer header.
DrawerHeaderHeightGets or sets the height of the drawer header view.
DrawerHeaderMaxHeightGets or sets the maximum height of the the drawer header view.
DrawerHeaderMinHeightGets or sets the minimum height of the the drawer header view.
DrawerHeightGets or sets the height of the Drawer when DrawerPosition is set to Top or Bottom.
DrawerMaxHeightGets or sets the maximum height of the Drawer when DrawerPosition is set to Top or Bottom.
DrawerMaxWidthGets or sets the maximum width of the Drawer when DrawerPosition is set to Left or Right.
DrawerMinHeightGets or sets the minimum height of the Drawer when DrawerPosition is set to Top or Bottom.
DrawerMinWidthGets or sets the minimum width of the Drawer when DrawerPosition is set to Left or Right.
DrawerPositionGets or sets the edge out of which the Drawer moves out.
DrawerShadowColorGets or sets the color the view uses to paint the Drawer shadow.
DrawerShadowHeightGets or sets the height of the shadow the Drawer casts.
DrawerShadowRadiusGets or sets the blur radius of the shadow the Drawer casts.
DrawerWidthGets or sets the width of the Drawer when DrawerPosition is set to Left or Right.
IsDrawerOpenedGets or sets whether the Drawer is opened.
IsDrawerShadowVisibleGets or sets whether the Drawer’s shadow is visible.
IsScrimEnabledGets or sets whether the view shows the Scrim when the Drawer is opened.
MainContentGets or sets a view the DrawerView displays in the Main Area.
ScrimColorGets or sets the color the view uses to paint the Scrim.

See Also

DrawerView Class

DrawerView Members

DevExpress.XamarinForms.Navigation Namespace