Blazor | ComponentOne
C1.Blazor.Calendar Assembly / C1.Blazor.Calendar Namespace / C1Calendar Class / ItemValidator Property

In This Topic
    ItemValidator Property
    In This Topic
    Gets or sets the selected date style.
    Syntax
    'Declaration
     
    
    Public Property ItemValidator As Func(Of Date,Boolean)
    public Func<DateTime,bool> ItemValidator {get; set;}
    See Also