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

In This Topic
    IsDroppedDownChanged Property (InputDateTimeTagHelper)
    In This Topic
    Configurates the C1.Web.Mvc.DropDown.OnClientIsDroppedDownChanged client event. Occurs after the drop down is shown or hidden.
    Syntax
    'Declaration
     
    Public Property IsDroppedDownChanged As String
    public string IsDroppedDownChanged {get; set;}
    See Also