alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class FieldRemoveEventArgs

    The field remove event arguments provide the necessary information about the selected field information before it removes.

    Inheritance
    object
    FieldRemoveEventArgs
    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 FieldRemoveEventArgs

    Constructors

    FieldRemoveEventArgs()

    Declaration
    public FieldRemoveEventArgs()

    Properties

    Axis

    Defines the axis name where the selected field would be removed.

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

    Accepts the string value.

    Cancel

    Defines an option to restrict the field remove operation.

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

    true, if the field remove operation is canceled. Otherwise, false.

    DataSourceSettings

    Defines the current pivot report.

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

    A DataOptions object that represents the data source settings for the current pivot report.

    FieldItem

    Defines the selected field information.

    Declaration
    [JsonPropertyName("fieldItem")]
    public FieldOptions FieldItem { get; set; }
    Property Value
    Type Description
    FieldOptions

    A FieldOptions object that represents the selected field information.

    FieldName

    Defines the selected field name to remove from the current pivot reprot.

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

    Accepts the string value.

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