Back to Devexpress

DrawerPage Members

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

latest13.9 KB
Original Source

DrawerPage Members

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).

Constructors

Name
DrawerPage()

Fields

NameDescription
AreGesturesEnabledProperty staticIdentifies the AreGesturesEnabled dependency property.
DrawerBackgroundColorProperty staticIdentifies the DrawerBackgroundColor dependency property.
DrawerBehaviorProperty staticIdentifies the DrawerBehavior dependency property.
DrawerContentHeightProperty staticIdentifies the DrawerContentHeight dependency property.
DrawerContentMaxHeightProperty staticIdentifies the DrawerContentMaxHeight dependency property.
DrawerContentMinHeightProperty staticIdentifies the DrawerContentMinHeight dependency property.
DrawerContentProperty staticIdentifies the DrawerContent dependency property.
DrawerFooterContentProperty staticIdentifies the DrawerFooterContent dependency property.
DrawerFooterHeightProperty staticIdentifies the DrawerFooterHeight dependency property.
DrawerFooterMaxHeightProperty staticIdentifies the DrawerFooterMaxHeight dependency property.
DrawerFooterMinHeightProperty staticIdentifies the DrawerFooterMinHeight dependency property.
DrawerHeaderContentProperty staticIdentifies the DrawerHeaderContent dependency property.
DrawerHeaderHeightProperty staticIdentifies the DrawerHeaderHeight dependency property.
DrawerHeaderMaxHeightProperty staticIdentifies the DrawerHeaderMaxHeight dependency property.
DrawerHeaderMinHeightProperty staticIdentifies the DrawerHeaderMinHeight dependency property.
DrawerHeightProperty staticIdentifies the DrawerHeight dependency property.
DrawerMaxHeightProperty staticIdentifies the DrawerMaxHeight dependency property.
DrawerMaxWidthProperty staticIdentifies the DrawerMaxWidth dependency property.
DrawerMinHeightProperty staticIdentifies the DrawerMinHeight dependency property.
DrawerMinWidthProperty staticIdentifies the DrawerMinWidth dependency property.
DrawerPositionProperty staticIdentifies the DrawerPosition dependency property.
DrawerShadowColorProperty staticIdentifies the DrawerShadowColor dependency property.
DrawerShadowHeightProperty staticIdentifies the DrawerShadowHeight dependency property.
DrawerShadowRadiusProperty staticIdentifies the DrawerShadowRadius dependency property.
DrawerWidthProperty staticIdentifies the DrawerWidth dependency property.
IsDrawerOpenedProperty staticIdentifies the IsDrawerOpened dependency property.
IsDrawerShadowVisibleProperty staticIdentifies the IsDrawerShadowVisible dependency property.
IsScrimEnabledProperty staticIdentifies the IsScrimEnabled dependency property.
MainContentProperty staticIdentifies the MainContent dependency property.
ScrimColorProperty staticIdentifies the ScrimColor dependency property.

Properties

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

DevExpress.XamarinForms.Navigation Namespace