Gets or sets the template applied to the MenuItem when it is the header of a submenu (that is, it is an entry in a drop-down menu, but when clicked displays a cascading submenu rather than triggering a command). This is a dependency property.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

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

See Also