windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-d8e7ce73.md
Contains the classes that maintain the Windows UI View infrastructure for the DocumentManager component.
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
| Name | Description |
|---|---|
| BaseContentContainer | A base class for all Content Containers types used within a WindowsUIView. |
| BaseNavigationEventArgs | Provides members that store base data for WindowsUI Navigation Events. |
| BaseTile | Provides base Tiles’ functionality. |
| Document | A Document within a WindowsUIView. |
| DocumentAction | A push button displayed within a Content Container header and related to a specific Document. |
| DocumentCheckAction | A check button displayed within a Content Container header and related to a specific Document. |
| DocumentGroup | The base class for all Content Containers that display multiple Documents. |
| Flyout | A WindowsUIView container that emulates Windows8-styled message boxes and pop-up windows. |
| FlyoutAction | An object that contains buttons and text displayed within a Flyout. |
| FlyoutCommand | Provides buttons for FlyoutAction objects. |
| FlyoutResultEventArgs | Provides data for the WindowsUIView.FlyoutHidden event. |
| NavigationEventArgs | Provides data for the WindowsUIView.NavigatedFrom and WindowsUIView.NavigatedTo events. |
| OverviewContainerDefaultProperties | Provides settings for the WindowsUI View Overview screen of the current container. |
| OverviewContainerProperties | Provides settings for all WindowsUI View Overview screens. |
| Page | A WindowsUI View container that displays a single Document. |
| PageGroup | A WindowsUI View container that stores multiple Documents but can display only one of them at a time. |
| SlideGroup | A WindowsUI View container that arranges multiple Documents side-by-side in a single scrollable row or column. |
| SplitGroup | A WindowsUI View container that displays all its Documents simultaneously, arranging them in a single row or column without a scroll bar. End-users can resize Documents at runtime by dragging split bars. |
| TabbedGroup | A Tabbed Group container within a WindowsUI View |
| Tile | A Tile within a WindowsUIView. |
| TileContainer | A WindowsUI View container that displays Tiles and unites them in multiple groups. |
| UIActionPropertiesCore | Base class for WindowsUI buttons (actions). |
| WindowsUIView | A DocumentManager View that allows you to create Windows 10-like applications. |
| Name | Description |
|---|---|
| FlyoutStyle | Enumerates members that specify the Flyout style. |
| NavigationMode | Provides members that label different navigation modes. |