Show / Hide Table of Contents

Class ShowInDockTreeAction

Represents the action to show DockItem in target DockTree.

Inheritance
System.Object
System.Windows.Markup.MarkupExtension
ShowAction
ShowInDockTreeAction
ShowAsSidePaneAction
ShowAsTabbedAction
Inherited Members
ShowAction.Source
ShowAction.ShowMethod
ShowAction.ProvideValue(IServiceProvider)
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking.dll
Syntax
public abstract class ShowInDockTreeAction : ShowAction
Remarks

ShowInDockTreeAction has two properties, Target and IsFloating, to specify target DockTree.

Properties

Name Description
IsFloating

Gets or sets a value indicates whether target DockTree is floating.

Target

Gets or sets the target DockItem.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest