DockItem.Title Property

DevZest WPF Docking

DockItemTitle Property
Gets or sets the DockItem object's title. 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 Title { get; set; }
Public Property Title As String
	Get
	Set

Property Value

Type: String
An String that represents the title.
See Also