alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    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
    object
    DrillArgs<T>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class DrillArgs<T>
    Type Parameters
    Name
    T

    Constructors

    DrillArgs()

    Declaration
    public DrillArgs()

    Properties

    Cancel

    Defines an option to restrict the drill operation.

    Declaration
    [JsonPropertyName("cancel")]
    public bool Cancel { get; set; }
    Property Value
    Type Description
    bool

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

    DrillInfo

    Defines the current cell drill information.

    Declaration
    [JsonPropertyName("drillInfo")]
    public DrilledItem DrillInfo { get; set; }
    Property Value
    Type
    DrilledItem

    Pivotview

    Defines the pivot table instance.

    Declaration
    [JsonPropertyName("pivotview")]
    public SfPivotView<T> Pivotview { get; set; }
    Property Value
    Type
    SfPivotView<T>
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved