Back to Devexpress

TabbedDocumentUIService Properties

wpf-devexpress-dot-xpf-dot-docking-dot-tabbeddocumentuiservice-dot-underscore-properties.md

latest4.8 KB
Original Source

TabbedDocumentUIService Properties

Allows you to show documents in tabbed DocumentPanels.

NameDescription
ActualDocumentGroupGets the actual DocumentGroup associated with the service.
CanFreezeGets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
DocumentGroupGets or sets a DocumentGroup that is used for representing documents. This is a dependency property.
DocumentPanelStyleGets or sets the style applied to a document’s container (a DocumentPanel object). This is a dependency property.
DocumentPanelStyleSelectorGets or sets an object that chooses a style applied to a document’s container (a DocumentPanel object) . This is a dependency property.
HasAnimatedPropertiesGets a value that indicates whether one or more AnimationClock objects is associated with any of this object’s dependency properties. Inherited from Animatable.
IsFrozenGets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
UnregisterOnUnloadedGets or sets whether to unregister the service when the associated View is unloaded. This is a dependency property. Inherited from ServiceBase.
UseActiveDocumentGroupAsDocumentHostSpecifies whether the active DocumentGroup should be used as a document host. This is a dependency property.
ViewLocatorSpecifies the view locator. Inherited from ViewServiceBase.
ViewTemplateSpecifies the view template. Inherited from ViewServiceBase.
ViewTemplateSelectorSpecifies the template selector that chooses a view template based on the passed view model. Inherited from ViewServiceBase.

See Also

TabbedDocumentUIService Class

TabbedDocumentUIService Members

DevExpress.Xpf.Docking Namespace