C1.Silverlight Namespace / C1Menu Class / NonFirstLevelTemplate Property

In This Topic
NonFirstLevelTemplate Property (C1Menu)
In This Topic
Represents the template to apply to all menu items that are not in the first level.
Syntax
'Declaration
 
<ObsoleteAttribute("Use C1Menu.NonFirstLevelStyle instead.", True)>
Public Property NonFirstLevelTemplate As ControlTemplate
 
See Also