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

In This Topic
    Value Property (C1DateRangePicker)
    In This Topic
    Get or set value.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable Property Value As DateRange
    public override DateRange Value {get; set;}
    See Also