Represents the template to apply to all menu items that are not in the first level.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.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 |