Basic Library for WPF and Silverlight | ComponentOne
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
    [Obsolete("Use C1Menu.NonFirstLevelStyle instead.", true)]
    public ControlTemplate NonFirstLevelTemplate {get; set;}
    See Also