ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / InputTimeTagHelper Class / ShowGroups Property

In This Topic
    ShowGroups Property (InputTimeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ComboBoxBase<T>.ShowGroups. Sets a value that determines whether the drop-down should include group header items to delimit data groups.
    Syntax
    'Declaration
     
    Public Overridable Property ShowGroups As Boolean
    public virtual bool ShowGroups {get; set;}
    See Also