Blazor | ComponentOne
C1.Blazor.DateTimeEditors Assembly / C1.Blazor.DateTimeEditors.EventArgs Namespace / DateTimeRangeValueChangedEventArgs Class / Value Property

In This Topic
    Value Property (DateTimeRangeValueChangedEventArgs)
    In This Topic
    The changed value
    Syntax
    'Declaration
     
    
    Public Property Value As DateRange
    public DateRange Value {get; set;}
    See Also