C1.Blazor.DateTimeEditors Assembly / C1.Blazor.DateTimeEditors Namespace / C1DatePicker Class / IsDropDownOpenChanged Property

In This Topic
IsDropDownOpenChanged Property (C1DatePicker)
In This Topic
This callback is called when the drop-down is opened or closed.
Syntax
'Declaration
 
Public Property IsDropDownOpenChanged As EventCallback(Of Boolean)
 
See Also