Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / AutoCompleteFilteringEventArgs Class / Cancel Property

In This Topic
    Cancel Property (AutoCompleteFilteringEventArgs)
    In This Topic
    Gets or sets whether to cancel the default filtering of the autocomplete.
    Syntax
    'Declaration
     
    
    Public Property Cancel As Boolean
    public bool Cancel {get; set;}
    See Also