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

In This Topic
    IsDroppedDownChanging Property (InputColorTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.DropDown.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