DockItem.Description Property

DevZest WPF Docking

DockItemDescription Property
Gets or sets the description of this DockItem. This is a dependency property.

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public string Description { get; set; }
Public Property Description As String
	Get
	Set

Property Value

Type: String
The description of this DockItem.
See Also