Back to Devexpress

WindowedDocumentUIService Properties

wpf-devexpress-dot-xpf-dot-core-dot-windoweddocumentuiservice-dot-underscore-properties.md

latest5.1 KB
Original Source

WindowedDocumentUIService Properties

Allows you to show documents in separate windows.

NameDescription
ActiveDocumentGets or sets the active document. This is a dependency property.
ActiveViewGets the active view.
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.
DocumentsGets the collection of existing documents.
DocumentShowModeGets or sets the windowed document show mode. 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.
SetWindowOwnerSpecifies whether the Owner of the windowed document container needs to be set. This is a dependency property.
UnregisterOnUnloadedGets or sets whether to unregister the service when the associated View is unloaded. This is a dependency property. Inherited from ServiceBase.
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.
WindowStartupLocationGets or sets the position of the windowed document when first shown. This is a dependency property.
WindowStyleGets or sets the style applied to a document container (a Window object). This is a dependency property.
WindowStyleSelectorGets or sets an object that chooses a style applied to a document’s container (a Window object). This is a dependency property.
WindowTypeGets or sets the windowed document container type. This is a dependency property.

See Also

WindowedDocumentUIService Class

WindowedDocumentUIService Members

DevExpress.Xpf.Core Namespace