Enum GridTimePeriodType
specify the timeperiod type when using DatesOccuring conditional format type
Namespace: Syncfusion.UI.Xaml.CellGrid
Assembly: Syncfusion.SfCellGrid.WPF.dll
Syntax
public enum GridTimePeriodType
Fields
| Name | Description |
|---|---|
| InLast7Days | Check whether the cellvalu match with last 7 days of date or not |
| LastMonth | Check whether the cellvalu match with last month dates or not |
| LastWeek | Check whether the cellvalue lies on last week dates or not |
| NextMonth | Check whether the cellvalu match with next month date or not |
| NextWeek | Check whether the cellvalu match with next week dates or not |
| ThisMonth | Check whether the cellvalu match with current month date or not |
| ThisWeek | Check whether the cellvalu match with current week dates or not |
| Today | Check whether the cellvalu match with today date or not |
| Tomorrow | Check whether the cellvalu match with tomorrow date or not |
| Yesterday | Check whether the cellvalu match with yesterday date or not |