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

In This Topic
    MaxDropDownHeight Property (InputTimeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ComboBoxBase<T>.MaxDropDownHeight. Sets the maximum height of the drop-down list.
    Syntax
    'Declaration
     
    Public Property MaxDropDownHeight As Double
    public double MaxDropDownHeight {get; set;}
    See Also