Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FieldRemoveEventArgs

    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
    System.Object
    FieldRemoveEventArgs
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class FieldRemoveEventArgs : Object

    Constructors

    FieldRemoveEventArgs()

    Declaration
    public FieldRemoveEventArgs()

    Properties

    Axis

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

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

    Cancel

    Defines an option to restrict the field remove operation.

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

    DataSourceSettings

    Defines the current pivot report.

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

    FieldItem

    Defines the selected field information.

    Declaration
    public FieldOptions FieldItem { get; set; }
    Property Value
    Type Description
    FieldOptions

    FieldName

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

    Declaration
    public string FieldName { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved