ShowAction Class

DevZest WPF Docking

ShowAction Class
Represents base class for the action to show a DockItem.
Inheritance Hierarchy

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public abstract class ShowAction : MarkupExtension
Public MustInherit Class ShowAction
	Inherits MarkupExtension

The ShowAction type exposes the following members.

Properties
  NameDescription
Public propertyShowMethod
Gets or sets the show method for the action.
Public propertySource
Gets or sets the source DockItem.
Top
See Also