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

In This Topic
    Value Property (DateTimeValueChangedEventArgs)
    In This Topic
    The changed value
    Syntax
    'Declaration
     
    
    Public Property Value As Nullable(Of Date)
    public Nullable<DateTime> Value {get; set;}
    See Also