alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum DateOperators

    Defines the conditional operators for date type fields. They are Equals - Display the pivot table that matches with the given text or value or date. DoesNotEquals - Display the pivot table that does not match with the given text or value or date. Before - Display the pivot table with preview all records from the given date. BeforeOrEqualTo - Display the pivot table with previous all records along with the given date. After - Display the pivot table with next all records to the given date. AfterOrEqualTo - Display the pivot table with next all records along with the given date. Between - Display the pivot table that records between the start and end text or value or date. NotBetween - Display the pivot table that does not record between the start and end text or value or date.

    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum DateOperators

    Fields

    Name Description
    After

    After - Display the pivot table with next all records to the given date.

    AfterOrEqualTo

    AfterOrEqualTo - Display the pivot table with next all records along with the given date.

    Before

    Before - Display the pivot table with preview all records from the given date.

    BeforeOrEqualTo

    BeforeOrEqualTo - Display the pivot table with previous all records along with the given date.

    Between

    Between - Display the pivot table that records between the start and end text or value or date.

    DoesNotEquals

    DoesNotEquals - Display the pivot table that does not match with the given text or value or date.

    Equals

    Equals - Display the pivot table that matches with the given text or value or date.

    NotBetween

    NotBetween - Display the pivot table that does not record between the start and end text or value or date.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved