menu

WPF

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

    Show / Hide Table of Contents

    Class FilterActionCompletedEventArgs

    Class for FilterActionCompleted event.

    Inheritance
    System.Object
    System.EventArgs
    FilterActionCompletedEventArgs
    Inherited Members
    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.Windows.Controls.PivotGrid
    Assembly: Syncfusion.PivotAnalysis.WPF.dll
    Syntax
    public class FilterActionCompletedEventArgs : EventArgs

    Constructors

    FilterActionCompletedEventArgs()

    Declaration
    public FilterActionCompletedEventArgs()

    Properties

    Choices

    Gets or sets the filter choices.

    Declaration
    public List<FilterChoice> Choices { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<FilterChoice>

    FieldName

    Gets or sets the PivotItem field name.

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