ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / MenuBase<T> Class / AutoSelectOnFocus Property

In This Topic
    AutoSelectOnFocus Property (MenuBase<T>)
    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