Back to Devexpress

DrawerPage Properties

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

latest6.0 KB
Original Source

DrawerPage Properties

A page that can show / hide a drawer panel with the application’s main navigation menu and information a 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 background color of the drawer.
DrawerBehaviorGets or sets how the drawer behaves on opening / closing.
DrawerContentGets or sets a view the DrawerPage 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 DrawerPage 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 DrawerPage 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 screen edge to which the drawer is anchored.
DrawerShadowColorGets or sets the color of 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 casts a shadow.
IsScrimEnabledGets or sets whether the scrim is shown when the drawer is opened.
MainContentGets or sets a page that the DrawerPage displays in the content area.
ScrimColorGets or sets the color the DrawerPage uses to paint the scrim.

See Also

DrawerPage Class

DrawerPage Members

DevExpress.XamarinForms.Navigation Namespace