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

In This Topic
    IsAnimated Property (InputDateTimeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.DropDown.IsAnimated. Sets a value that indicates whether the control should use a fade-in animation when displaying the drop-down.
    Syntax
    'Declaration
     
    Public Property IsAnimated As Boolean
    public bool IsAnimated {get; set;}
    See Also