alexa
menu

Blazor

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

    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
    object
    MemberEditorOpenEventArgs
    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 MemberEditorOpenEventArgs

    Constructors

    MemberEditorOpenEventArgs()

    Declaration
    public MemberEditorOpenEventArgs()

    Properties

    Cancel

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

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

    true, to cancel opening the popup. Otherwise, false.

    FieldMembers

    Defines the filter members of the selected field.

    Declaration
    [JsonPropertyName("fieldMembers")]
    public List<TreeDataInfo> FieldMembers { get; set; }
    Property Value
    Type
    List<TreeDataInfo>

    FieldName

    Defines the selected field name to perform filtering.

    Declaration
    [JsonPropertyName("fieldName")]
    public string FieldName { get; set; }
    Property Value
    Type Description
    string

    Accepts the string value.

    FilterSetting

    Defines selected field's filter settings.

    Declaration
    [JsonPropertyName("filterSetting")]
    public Filter FilterSetting { get; set; }
    Property Value
    Type Description
    Filter

    A Filter object that represents the filter settings for the selected field.

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