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

In This Topic
    VirtualizationThreshold Property (InputTimeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ComboBoxBase<T>.VirtualizationThreshold. Sets the minimum number of rows and/or columns required to enable virtualization in the ComboBox
    Syntax
    'Declaration
     
    Public Property VirtualizationThreshold As Integer
    public int VirtualizationThreshold {get; set;}
    Remarks
    The default value for this property is a very big number, meaning virtualization is disabled. To enable virtualization, set its value to 0 or a positive number.
    See Also