Back to Devexpress

DrawerView Members

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

latest16.9 KB
Original Source

DrawerView Members

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

Constructors

NameDescription
DrawerView()Initializes a new DrawerView instance with the default settings.

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 DrawerMaxHeight 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 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

DevExpress.XamarinForms.Navigation Namespace