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

In This Topic
IsDropDownOpenChanged Property (C1DateRangePicker)
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