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

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