Blazor | ComponentOne
C1.Blazor.DataFilter Assembly / C1.Blazor.DataFilter Namespace / CalendarFilterBase Class / MaxDate Property

In This Topic
    MaxDate Property (CalendarFilterBase)
    In This Topic
    Gets or sets the maximum allowable date.
    Syntax
    'Declaration
     
    
    Public Property MaxDate As Date
    public DateTime MaxDate {get; set;}
    See Also