menu

Blazor

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

    Show / Hide Table of Contents

    Class DrillThroughEventArgs

    The drill-through event arguments provides the necessary information about the cell clicked in the pivot table for drill-through.

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

    Constructors

    DrillThroughEventArgs()

    Declaration
    public DrillThroughEventArgs()

    Properties

    Cancel

    Defines an option to restrict the drill-through operation.

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

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

    ColumnHeaders

    Defines the column header of the clicked cell.

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

    Accepts the string value,

    CurrentCell

    Defines the cell item that is clicked.

    Declaration
    public AxisSet CurrentCell { get; set; }
    Property Value
    Type
    AxisSet

    CurrentTarget

    Defines the cell element that is clicked.

    Declaration
    public DOM CurrentTarget { get; set; }
    Property Value
    Type Description
    DOM

    The DOM element that represents the cell element that is clicked.

    GridColumns

    Defines the grid cell information that used to render multiple header rows(stacked headers) on the Grid header in drill-through popup dialog.

    Declaration
    public List<GridColumn> GridColumns { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<GridColumn>

    RawData

    Defines the actual cell set information about the clicked cell.

    Declaration
    public List<ExpandoObject> RawData { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<System.Dynamic.ExpandoObject>

    RowHeaders

    Defines the row header of the clicked cell.

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

    Accepts the string value.

    Value

    Defines the actual value of the clicked cell.

    Declaration
    public string Value { 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