menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DrillArgs<T> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DrillArgs<T>

    The drill event arguments provide the necessary information about the pivot cell that performing drill operation.

    Inheritance
    System.Object
    DrillArgs<T>
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class DrillArgs<T> : Object
    Type Parameters
    Name
    T

    Constructors

    DrillArgs()

    Declaration
    public DrillArgs()

    Properties

    Cancel

    Defines an option to restrict the drill operation.

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

    true, if the drill operation is canceled. Otherwise, false.

    DrillInfo

    Defines the current cell drill information.

    Declaration
    public DrilledItem DrillInfo { get; set; }
    Property Value
    Type
    DrilledItem

    Pivotview

    Defines the pivot table instance.

    Declaration
    public SfPivotView<T> Pivotview { get; set; }
    Property Value
    Type
    SfPivotView<T>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved