DockItem.TabText Property

DevZest WPF Docking

DockItemTabText Property
Gets or sets the DockItem object's text when shown as tabbed. 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 TabText { get; set; }
Public Property TabText As String
	Get
	Set

Property Value

Type: String
An String that represents the text when shown as tabbed.
See Also