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

In This Topic
    Value Property (C1DateTimePicker)
    In This Topic
    Get or set value.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Property Value As Nullable(Of Date)
    public override Nullable<DateTime> Value {get; set;}
    See Also