Blazor | ComponentOne
C1.Blazor.Calendar Assembly / C1.Blazor.Calendar Namespace / CalendarSelectionChangedEventArgs Class / Value Property

In This Topic
    Value Property (CalendarSelectionChangedEventArgs)
    In This Topic
    Gets the selected date.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Value As Date
    public DateTime Value {get;}
    See Also