menu

UWP

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

    Show / Hide Table of Contents

    Class PivotGridDrillDownEventArgs

    Represents the event data related to drill down occur in Pivot Grid control.

    Inheritance
    System.Object
    PivotGridDrillDownEventArgs
    Namespace: Syncfusion.UI.Xaml.PivotGrid
    Assembly: Syncfusion.SfPivotGrid.UWP.dll
    Syntax
    public class PivotGridDrillDownEventArgs : EventArgs

    Constructors

    PivotGridDrillDownEventArgs()

    Initializes a new instance of the PivotGridDrillDownEventArgs class.

    Declaration
    public PivotGridDrillDownEventArgs()

    PivotGridDrillDownEventArgs(UIElement)

    Initializes a new instance of the PivotGridDrillDownEventArgs class.

    Declaration
    public PivotGridDrillDownEventArgs(UIElement gridArea)
    Parameters
    Type Name Description
    Windows.UI.Xaml.UIElement gridArea

    The grid area.

    Properties

    CellDescriptor

    Gets or sets the descriptor for the associated grid cell.

    Declaration
    public PivotCellDescriptor CellDescriptor { get; set; }
    Property Value
    Type
    PivotCellDescriptor

    GridArea

    Gets or sets the grid area.

    Declaration
    public UIElement GridArea { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.UIElement

    PivotCellDescriptor

    Gets or sets the pivot cell information.

    Declaration
    public PivotCellInfo PivotCellDescriptor { get; set; }
    Property Value
    Type
    PivotCellInfo

    ShowDefaultIndicator

    Gets or sets a value indicating whether to show the default indicator.

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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved