menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AdvancedFilterType - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AdvancedFilterType

    Defines the constants that specify the possible Advanced filter type in SfDataGrid.

    Inheritance
    System.Object
    AdvancedFilterType
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public sealed class AdvancedFilterType : Enum

    Fields

    DateFilter

    Specifies the DateFilter can be loaded when the column contains date time value.

    Declaration
    public const AdvancedFilterType DateFilter
    Field Value
    Type
    AdvancedFilterType

    NumberFilter

    Specifies the NumberFilter can be loaded when the column contains numeric value.

    Declaration
    public const AdvancedFilterType NumberFilter
    Field Value
    Type
    AdvancedFilterType

    TextFilter

    Specifies the TextFilter can be loaded when the column contains string value.

    Declaration
    public const AdvancedFilterType TextFilter
    Field Value
    Type
    AdvancedFilterType

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved