ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Menu Class / IsButton Property

In This Topic
    IsButton Property (Menu)
    In This Topic
    Gets or sets a value that determines whether menu should act as a split button instead of a regular menu.
    Syntax
    'Declaration
     
    
    Public Property IsButton As Boolean
    public bool IsButton {get; set;}
    See Also