Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MemberFilteringEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MemberFilteringEventArgs

    The member filtering event arguments provides the necessary information about the filtering which is performing.

    Inheritance
    System.Object
    MemberFilteringEventArgs
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class MemberFilteringEventArgs : Object

    Constructors

    MemberFilteringEventArgs()

    Declaration
    public MemberFilteringEventArgs()

    Properties

    Cancel

    Defines an option to restrict the filtering operation.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    DataSourceSettings

    Defines the current report.

    Declaration
    public DataOptions DataSourceSettings { get; set; }
    Property Value
    Type Description
    DataOptions

    FilterSettings

    Defines the filter settings that is currently applied.

    Declaration
    public Filter FilterSettings { get; set; }
    Property Value
    Type Description
    Filter
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved