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 |
|
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. |