Blazor

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

    Show / Hide Table of Contents

    Class FieldDroppedEventArgs

    The field dropped event arguments provides the necessary information about the dropped field and its dropped axis.

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

    Constructors

    FieldDroppedEventArgs()

    Declaration
    public FieldDroppedEventArgs()

    Properties

    DataSourceSettings

    Defines current report.

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

    DroppedAxis

    Defines the axis where the field has been dropped.

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

    DroppedField

    Defines the dropped field item.

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

    DroppedPosition

    Defines the position where the field has been dropped.

    Declaration
    public int DroppedPosition { get; set; }
    Property Value
    Type Description
    System.Int32

    FieldName

    Defines the dropped field name.

    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