menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FieldDragStartEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FieldDragStartEventArgs

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

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

    Constructors

    FieldDragStartEventArgs()

    Declaration
    public FieldDragStartEventArgs()

    Properties

    Axis

    Defines the axis where the field is dragged.

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

    Accepts the string value.

    Cancel

    Defines an option to restrict the field drag operation.

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

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

    DataSourceSettings

    Defines current report.

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

    An instance of the DataOptions class representing the current data source settings for the pivot table.

    FieldItem

    Defines drag field item.

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

    FieldName

    Defines drag field name.

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

    Accepts the string value.

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