WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridDataFilterBarValueArgs

    Show / Hide Table of Contents

    Class GridDataFilterBarValueArgs

    Inheritance
    System.Object
    System.EventArgs
    GridDataFilterBarValueArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridDataFilterBarValueArgs : EventArgs

    Constructors

    GridDataFilterBarValueArgs()

    Declaration
    public GridDataFilterBarValueArgs()

    GridDataFilterBarValueArgs(String, FilterType)

    Declaration
    public GridDataFilterBarValueArgs(string filterValue, FilterType filterType)
    Parameters
    Type Name Description
    System.String filterValue
    Syncfusion.Linq.FilterType filterType

    Properties

    FilterType

    Declaration
    public FilterType FilterType { get; set; }
    Property Value
    Type Description
    Syncfusion.Linq.FilterType

    FilterValue

    Declaration
    public string FilterValue { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved