Back to Devexpress

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-d8e7ce73.md

latest15.0 KB
Original Source

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace

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

Classes

NameDescription
BaseContentContainerA base class for all Content Containers types used within a WindowsUIView.
BaseNavigationEventArgsProvides members that store base data for WindowsUI Navigation Events.
BaseTileProvides base Tiles’ functionality.
DocumentA Document within a WindowsUIView.
DocumentActionA push button displayed within a Content Container header and related to a specific Document.
DocumentCheckActionA check button displayed within a Content Container header and related to a specific Document.
DocumentGroupThe base class for all Content Containers that display multiple Documents.
FlyoutA WindowsUIView container that emulates Windows8-styled message boxes and pop-up windows.
FlyoutActionAn object that contains buttons and text displayed within a Flyout.
FlyoutCommandProvides buttons for FlyoutAction objects.
FlyoutResultEventArgsProvides data for the WindowsUIView.FlyoutHidden event.
NavigationEventArgsProvides data for the WindowsUIView.NavigatedFrom and WindowsUIView.NavigatedTo events.
OverviewContainerDefaultPropertiesProvides settings for the WindowsUI View Overview screen of the current container.
OverviewContainerPropertiesProvides settings for all WindowsUI View Overview screens.
PageA WindowsUI View container that displays a single Document.
PageGroupA WindowsUI View container that stores multiple Documents but can display only one of them at a time.
SlideGroupA WindowsUI View container that arranges multiple Documents side-by-side in a single scrollable row or column.
SplitGroupA 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.
TabbedGroupA Tabbed Group container within a WindowsUI View
TileA Tile within a WindowsUIView.
TileContainerA WindowsUI View container that displays Tiles and unites them in multiple groups.
UIActionPropertiesCoreBase class for WindowsUI buttons (actions).
WindowsUIViewA DocumentManager View that allows you to create Windows 10-like applications.

Interfaces

NameDescription
IBaseTilePropertiesContains properties for Tiles within a WindowsUIView.
IContentContainerActionProvides base functionality for custom Navigation Bar Actions.
IContentContainerDefaultPropertiesProvides properties for individual Content Containers within the WindowsUI View.
IContentContainerPropertiesProvides properties that affect all Content Containers within the WindowsUI View.
IDocumentActionsArgsProvides members that store specific data for the ISupportDocumentActions.OnQueryDocumentActions method and the WindowsUIView.QueryDocumentActions event.
IDocumentSelectorDefaultPropertiesProvides advanced properties for individual PageGroup and TabbedGroup content containers.
IDocumentSelectorPropertiesProvides advanced properties for all PageGroup and TabbedGroup content containers within this WindowsUIView.
IFlyoutDefaultPropertiesContains settings for a specific Flyout within a WindowsUIView.
IFlyoutPropertiesContains settings common to all Flyouts within a WindowsUIView.
IPageGroupDefaultPropertiesContains properties for individual PageGroups within a WindowsUIView.
IPageGroupPropertiesContains properties common to all PageGroups within a WindowsUIView.
ISlideGroupDefaultPropertiesContains properties for individual SlideGroups within a WindowsUIView.
ISlideGroupPropertiesContains properties common to all SlideGroups within a WindowsUIView.
ISupportDocumentActionsProvides the ISupportDocumentActions.OnQueryDocumentActions method that can be used to add How To: Create Custom Document Actions to specific Documents.
ISupportNavigationProvides methods that allow you to pass specific data when navigating through Content Containers within a WindowsUI View.
ITabbedGroupDefaultPropertiesProvides access to this TabbedGroup object’s settings.
ITabbedGroupPropertiesProvides access to properties common to all TabbedGroups within this WindowsUIView.
ITileContainerDefaultPropertiesContains properties for individual TileContainers within a WindowsUIView.
ITileContainerPropertiesProvides settings for all TileContainers within a WindowsUIView.
IWindowsUIViewControllerAn object that implements operations on a WindowsUIView‘s documents and Content Containers.

Enums

NameDescription
FlyoutStyleEnumerates members that specify the Flyout style.
NavigationModeProvides members that label different navigation modes.