ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / Menu Class / AutoSelectOnFocus Property

In This Topic
    AutoSelectOnFocus Property (Menu)
    In This Topic
    Gets or sets a value that determines whether the first enabled item is automatically focused/selected in the menu.
    Syntax
    'Declaration
     
    Public Property AutoSelectOnFocus As Boolean
    public bool AutoSelectOnFocus {get; set;}
    See Also