menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum GridTimePeriodType - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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

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