alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class MemberFilteringEventArgs

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

    Inheritance
    object
    MemberFilteringEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class MemberFilteringEventArgs

    Constructors

    MemberFilteringEventArgs()

    Declaration
    public MemberFilteringEventArgs()

    Properties

    Cancel

    Defines an option to restrict the filtering operation.

    Declaration
    [JsonPropertyName("cancel")]
    public bool Cancel { get; set; }
    Property Value
    Type Description
    bool

    true, if the filtering operation is canceled. Otherwise, false.

    DataSourceSettings

    Defines the current report.

    Declaration
    [JsonPropertyName("dataSourceSettings")]
    public DataOptions DataSourceSettings { get; set; }
    Property Value
    Type
    DataOptions

    FilterSettings

    Defines the filter settings that is currently applied.

    Declaration
    [JsonPropertyName("filterSettings")]
    public Filter FilterSettings { get; set; }
    Property Value
    Type
    Filter
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved