Class 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.
Inheritance
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class DateOperators : Enum
Fields
After
After - Display the pivot table with next all records to the given date.
Declaration
public const DateOperators After
Field Value
Type |
---|
DateOperators |
AfterOrEqualTo
AfterOrEqualTo - Display the pivot table with next all records along with the given date.
Declaration
public const DateOperators AfterOrEqualTo
Field Value
Type |
---|
DateOperators |
Before
Before - Display the pivot table with preview all records from the given date.
Declaration
public const DateOperators Before
Field Value
Type |
---|
DateOperators |
BeforeOrEqualTo
BeforeOrEqualTo - Display the pivot table with previous all records along with the given date.
Declaration
public const DateOperators BeforeOrEqualTo
Field Value
Type |
---|
DateOperators |
Between
Between - Display the pivot table that records between the start and end text or value or date.
Declaration
public const DateOperators Between
Field Value
Type |
---|
DateOperators |
DoesNotEquals
DoesNotEquals - Display the pivot table that does not match with the given text or value or date.
Declaration
public const DateOperators DoesNotEquals
Field Value
Type |
---|
DateOperators |
Equals
Equals - Display the pivot table that matches with the given text or value or date.
Declaration
public const DateOperators Equals
Field Value
Type |
---|
DateOperators |
NotBetween
NotBetween - Display the pivot table that does not record between the start and end text or value or date.
Declaration
public const DateOperators NotBetween
Field Value
Type |
---|
DateOperators |