Blazor | ComponentOne
C1.Blazor.DateTimeEditors Assembly / C1.Blazor.DateTimeEditors Namespace / C1DateTimePicker Class / IsDropDownOpenChanged Property

In This Topic
    IsDropDownOpenChanged Property (C1DateTimePicker)
    In This Topic
    This callback is called when the drop-down is opened or closed.
    Syntax
    'Declaration
     
    
    Public Property IsDropDownOpenChanged As EventCallback(Of Boolean)
    public EventCallback<bool> IsDropDownOpenChanged {get; set;}
    See Also