Back to Devexpress

DocumentMapCommands Members

wpf-devexpress-dot-xpf-dot-documentviewer-dot-documentmapcommands-dot-underscore-members.md

latest4.6 KB
Original Source

DocumentMapCommands Members

Provides access to document map commands.

Constructors

NameDescription
DocumentMapCommands()Initializes a new instance of a DocumentMapCommands class.

Properties

NameDescription
CollapseTopLevelNodesCommand staticReturns a command that collapses top-level nodes of the Document Map.
ExpandCurrentNodeCommand staticReturns a command that expands the currently selected node of the Document Map.
ExpandTopLevelNodesCommand staticReturns a command that expands top-level nodes of the Document Map.
GoToNodeCommand staticReturns a command that navigates to a document element corresponding to the selected Document Map’s node.

Methods

NameDescription
CanExecuteCollapseTopLevelNodesCommand(TreeListView, CanExecuteRoutedEventArgs) staticIdentifies whether it is possible to execute the DocumentMapCommands.CollapseTopLevelNodesCommand command.
CanExecuteExpandTopLevelNodesCommand(TreeListView, CanExecuteRoutedEventArgs) staticIdentifies whether it is possible to execute the DocumentMapCommands.ExpandTopLevelNodesCommand command.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
ExecuteGoToNodeCommand(FrameworkElement, ExecutedRoutedEventArgs) staticExecutes the DocumentMapCommands.GoToNodeCommand command.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

DocumentMapCommands Class

DevExpress.Xpf.DocumentViewer Namespace