Back to Devexpress

DocumentManager Properties

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-documentmanager-dot-underscore-properties.md

latest9.6 KB
Original Source

DocumentManager Properties

The component that allows you to implement tabbed, native MDI, Windows 10-inspired or Widget application UIs.

NameDescription
BarAndDockingControllerGets or sets the bar and dock controller that specifies default appearance settings for the DocumentManager‘s elements.
BoundsGets the bounding rectangle of the area occupied by the DocumentManager.
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
ClientControlGets or sets a client control to the current DocumentManager, switching it to the Non-Document Mode.
ContainerGets the IContainer that contains the Component. Inherited from Component.
ContainerControlGets or sets a control that contains the current DocumentManager.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
DockManagerGets a DockManager that belongs to the same container as the current DocumentManager.
DocumentActivationScopeGets or sets which Documents a Document Selector will display.
EnableThumbnailRenderingOnShowing staticGets or sets whether thumbnails for documents are generated right before these thumbnails are displayed.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
HtmlImagesGets or sets a collection of images that you can embed into captions/messages/tooltips in the control using the image HTML-inspired tag.
ImagesProvides access to the collection of images that can be associated with documents.
IsDisposingGets whether the BaseComponent object is currently being disposed of. Inherited from BaseComponent.
IsDocumentSelectorVisibleGets if a document selector for this DocumentManager is currently visible.
IsInitializedIndicates whether or not the BaseComponent object has been fully initialized. Inherited from BaseComponent.
IsInitializingReturns whether or not the BaseComponent object is currently being initialized. Inherited from BaseComponent.
IsUpdateLockedReturns whether or not this BaseComponent is currently locked, which prevents any visual updates. Inherited from BaseComponent.
MaxThumbnailCountGets or sets the maximum number of Document thumbnails within the Windows Task Bar for this DocumentManager.
MdiParentGets or sets the parent MDI form.
MenuManagerGets or sets an object that controls the look and feel of the DocumentManager‘s popup menus.
RecreateMdiChildHandle staticThis member supports the internal infrastructure, and is not intended to be used directly from your code.
RibbonAndBarsMergeStyleGets or sets whether Bar Managers and Ribbon Controls from this DocumentManager‘s child Documents should be automatically merged to Bars and Ribbons in the main application form.
RightToLeftLayoutGets or sets whether right-to-left mirror placement is turned on.
ShowThumbnailsInTaskBarGets or sets whether thumbnails for the Documents within this DocumentManager should be displayed in Windows Task Bar.
ShowToolTipsGets or sets whether a tooltip should be displayed when the mouse pointer is over Document headers.
SiteGets or sets the ISite of the Component. Inherited from Component.
SnapModeGets or sets whether or not Documents owned by this DocumentManager can stick to each other, parent forms or screen edges.
ToolTipControllerGets or sets the tooltip controller component that controls the appearance, position and content of hints displayed for the current DocumentManager.
ViewGets or sets a View object that displays child forms(or controls) in a specific manner.
ViewCollectionProvides access to a collection of BaseView descendants that can be used within the DocumentManager.

See Also

DocumentManager Class

DocumentManager Members

DevExpress.XtraBars.Docking2010 Namespace