Represents the template to apply to all menu items that are not in the first level.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
[ObsoleteAttribute("Use C1Menu.NonFirstLevelStyle instead.", true)]
public ControlTemplate NonFirstLevelTemplate { get; set; }
Visual Basic
<ObsoleteAttribute("Use C1Menu.NonFirstLevelStyle instead.", True)> _
Public Property NonFirstLevelTemplate As ControlTemplate
	Get
	Set

See Also