Back to Devexpress

DevExpress.XamarinForms.Navigation Namespace

mobilecontrols-devexpress-dot-xamarinforms.md

latest4.3 KB
Original Source

DevExpress.XamarinForms.Navigation Namespace

Contains classes that implement the functionality of navigation controls (TabView, DrawerView, TabPage and DrawerPage).

Assembly : DevExpress.XamarinForms.Navigation.dll

NuGet Package : DevExpress.XamarinForms.Navigation

Classes

NameDescription
DrawerPageA 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).
DrawerViewThe view that can show / hide a panel with navigation information and another data the end user may require (for example, account information).
Initializer staticContains the Init method that initializes the DevExpress Navigation components.
ItemHeaderTappedEventArgs
TabItemThe base class for the TabViewItem and TabPageItem classes.
TabPageA page that allows tab navigation through a collection of pages.
TabPageItemStores the TabPage item’s header settings and content.
TabViewA view that displays content in related items at the same level of hierarchy.
TabViewItemStores the TabView item’s header settings and content.

Structs

NameDescription
TabHeaderLengthThe header panel’s length that supports the the automatically calculated size.
TabItemLengthThe item length that supports the automatically calculated size, and size measured as a weighted proportion of the available space.

Delegates

Name
ItemHeaderTappedEventHandler

Enums

NameDescription
ContentAlignmentLists values that indicate item headers’ alignment in the header panel.
DrawerBehaviorLists values that specify how the drawer behaves on opening / closing.
HeaderElementsLists the combination of elements the item header shows.
ItemHeaderPlacementLists values that specify how the TabView and TabPage position the selected tab item header.
PositionLists values that specify an element position in its container.
TabHeaderUnitTypeLists types of values that TabHeaderLength stores.
TabItemLengthUnitTypeLists types of values that TabItemLength stores.