menu

WPF

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

    Show / Hide Table of Contents

    Class GridFilterItemsPopulatingEventArgs

    Provides data for FilterItemsPopulating event.

    Inheritance
    System.Object
    System.EventArgs
    GridEventArgs
    GridHandledEventArgs
    GridFilterItemsPopulatingEventArgs
    Inherited Members
    GridEventArgs.OriginalSender
    GridHandledEventArgs.Handled
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class GridFilterItemsPopulatingEventArgs : GridHandledEventArgs

    Constructors

    GridFilterItemsPopulatingEventArgs(IEnumerable<FilterElement>, GridColumn, GridFilterControl, Object)

    Initializes a new instance of GridFilterItemsPopulatingEventArgs class.

    Declaration
    public GridFilterItemsPopulatingEventArgs(IEnumerable<FilterElement> itemsSource, GridColumn column, GridFilterControl filterControl, object originalSource)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<FilterElement> itemsSource

    The collection of filter element that is being populated to the filter control.

    GridColumn column

    The corresponding column related to the event.

    GridFilterControl filterControl

    The corresponding filter control related to the event.

    System.Object originalSource

    The source of the event.

    Properties

    Column

    Gets the GridColumn related to the event.

    Declaration
    public GridColumn Column { get; }
    Property Value
    Type Description
    GridColumn

    A GridColumn related to the event.

    FilterControl

    Gets the GridFilterControl where the filter items are being loaded.

    Declaration
    public GridFilterControl FilterControl { get; }
    Property Value
    Type Description
    GridFilterControl

    The GridFilterControl where the filter items are being loaded.

    ItemsSource

    Gets or sets the collection of filter element that is being populated as an ItemsSource of filter control.

    Declaration
    public IEnumerable<FilterElement> ItemsSource { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<FilterElement>

    The collection of FilterElement that is being populated as an ItemsSource of filter control.

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