Gets or sets the item that labels the control. This is a dependency property.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Object Header { get; set; }
Visual Basic
Public Property Header As Object
	Get
	Set
Visual C++
public:
property Object^ Header {
	Object^ get ();
	void set (Object^ value);
}

See Also