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

In This Topic
    IsDroppedDownChanging Property (InputTimeTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.DropDown<T>.OnClientIsDroppedDownChanging client event. Occurs before the drop down is shown or hidden.
    Syntax
    'Declaration
     
    Public Property IsDroppedDownChanging As String
    public string IsDroppedDownChanging {get; set;}
    See Also