Blazor | ComponentOne
C1.Blazor.DataFilter Assembly / C1.Blazor.DataFilter Namespace / TimeOnlyFilter Class / Increment Property

In This Topic
    Increment Property (TimeOnlyFilter)
    In This Topic
    Gets or sets the increment applied when the user pressed the up/down arrow keys.
    Syntax
    'Declaration
     
    
    Public Property Increment As TimeSpan
    public TimeSpan Increment {get; set;}
    See Also