Blazor

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

    Show / Hide Table of Contents

    Class MemberEditorOpenEventArgs

    The member editor open event arguments provide the necessary information about the selected field and its fitler settingster on before filter popup opens.

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

    Constructors

    MemberEditorOpenEventArgs()

    Declaration
    public MemberEditorOpenEventArgs()

    Properties

    Cancel

    Defines an option to restrict the member editor popup from open.

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

    FieldMembers

    Defines the filter members of the selected field.

    Declaration
    public List<TreeDataInfo> FieldMembers { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<Syncfusion.Blazor.PivotView.TreeDataInfo>

    FieldName

    Defines the selected field name to perform filtering.

    Declaration
    public string FieldName { get; set; }
    Property Value
    Type Description
    System.String

    FilterSetting

    Defines selected field's filter settings.

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