menu

WPF

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

    Show / Hide Table of Contents

    Class OnFilterElementPropertyChangedEventArgs

    Inheritance
    System.Object
    SyncfusionRoutedEventArgs
    OnFilterElementPropertyChangedEventArgs
    Inherited Members
    SyncfusionRoutedEventArgs.ToString()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class OnFilterElementPropertyChangedEventArgs : SyncfusionRoutedEventArgs

    Constructors

    OnFilterElementPropertyChangedEventArgs()

    Initializes a new instance of the OnFilterElementPropertyChangedEventArgs class.

    Declaration
    public OnFilterElementPropertyChangedEventArgs()

    OnFilterElementPropertyChangedEventArgs(RoutedEvent, Object)

    Initializes a new instance of the OnFilterElementPropertyChangedEventArgs class.

    Declaration
    public OnFilterElementPropertyChangedEventArgs(RoutedEvent routedEvent, object source)
    Parameters
    Type Name Description
    System.Windows.RoutedEvent routedEvent

    The routed event identifier for this instance of the System.Windows.RoutedEventArgs class.

    System.Object source

    An alternate source that will be reported when the event is handled. This pre-populates the System.Windows.RoutedEventArgs.Source property.

    Properties

    FilterElement

    Gets or sets the filter element.

    Declaration
    public FilterElement FilterElement { get; set; }
    Property Value
    Type Description
    FilterElement

    The filter element.

    SelectAllChecked

    Gets or sets the select all checked.

    Declaration
    public bool? SelectAllChecked { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    The select all checked.

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