alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class BeginDrillThroughEventArgs

    The begin drill-through event arguments provide the necessary information about the cell clicked on the pivot table for drill-through and editing.

    Inheritance
    object
    BeginDrillThroughEventArgs
    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 BeginDrillThroughEventArgs

    Constructors

    BeginDrillThroughEventArgs()

    Declaration
    public BeginDrillThroughEventArgs()

    Properties

    CellInfo

    Defines the current cell clicked information.

    Declaration
    [JsonPropertyName("cellInfo")]
    public DrillThroughEventArgs CellInfo { get; set; }
    Property Value
    Type Description
    DrillThroughEventArgs

    A DrillThroughEventArgs object that contains information about the cell that was clicked.

    GridObj

    Defines the grid instance that used to customize the grid features such as grouping, filtering, sorting, etc., in the drill-through popup dialog.

    Declaration
    [JsonPropertyName("gridObj")]
    public SfGrid<ExpandoObject> GridObj { get; set; }
    Property Value
    Type
    SfGrid<ExpandoObject>

    Type

    Defines the current event type.

    Declaration
    [JsonPropertyName("type")]
    public string Type { get; set; }
    Property Value
    Type Description
    string

    Accepts the string value.

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