Back to Devexpress

DevExpress.XtraBars.Docking2010.Views Namespace

windowsforms-devexpress-dot-xtrabars-dot-docking2010-1c804fb2.md

latest6.1 KB
Original Source

DevExpress.XtraBars.Docking2010.Views Namespace

Contains classes that form the infrastructure of the DocumentManager component.

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Classes

NameDescription
BaseDocumentThe base class for documents within a DocumentManager.
BaseViewThe base class for Views in a DocumentManager.
ControlReleasingEventArgsProvides data for the BaseView.ControlReleasing event.
CustomHeaderButtonEventArgsProvides data for the TabbedView.CustomHeaderButtonClick event.
DeferredControlLoadEventArgsProvides data for Deferred Load events.
DocumentCancelEventArgsProvides data for the BaseView.DocumentClosing event.
DocumentEventArgsProvides base data for all Deferred Load Document events.
NonUniqueControlNameExceptionOccurs when the restored layout contains documents with duplicate ControlName properties.
QueryControlEventArgsProvides data for the BaseView.QueryControl event.
QueryDocumentEventArgsProvides data for the QueryDocument event.
TabbedViewPageAppearanceThis object provides appearance settings for Tabbed View documents.

Interfaces

NameDescription
IBaseDocumentDefaultPropertiesContains a single document’s properties accessible via the BaseDocument.Properties object.
IBaseDocumentPropertiesContains properties common to all documents within a DocumentManager.
IBaseViewControllerAn object that implements operations common to all types of documents.

Delegates

NameDescription
ControlReleasingEventHandlerA method that will handle the BaseView.ControlReleasing event.
CustomHeaderButtonEventHandlerThe method that handles the TabbedView.CustomHeaderButtonClick event.
DeferredControlLoadEventHandlerA method that will handle events that take a DeferredControlLoadEventArgs object as a parameter.
DocumentCancelEventHandlerThe method that handles the BaseView.DocumentClosing event.
DocumentEventHandlerA method that will handle events that take a DocumentEventArgs object as a parameter.
QueryControlEventHandlerThe method that will handle the BaseView.QueryControl event.

Enums

NameDescription
FloatingDocumentContainerContains values that specify how floating documents are hosted.
RibbonAndBarsMergeStyleProvides members that specify Bar and Ribbon Controls merging within a DocumentManager component.
ViewTypeContains values that specify how child MDI windows are represented within a DocumentManager.