menu

WPF

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

    Show / Hide Table of Contents

    Class OlapGridDrillDownEventArgs

    OlapGridDrillDownEventArgs

    Inheritance
    System.Object
    System.EventArgs
    OlapGridDrillDownEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Grid.Olap
    Assembly: Syncfusion.OlapGrid.WPF.dll
    Syntax
    public class OlapGridDrillDownEventArgs : EventArgs

    Constructors

    OlapGridDrillDownEventArgs()

    Initializes a new instance of the OlapGridDrillDownEventArgs class.

    Declaration
    public OlapGridDrillDownEventArgs()

    OlapGridDrillDownEventArgs(UIElement)

    Initializes a new instance of the OlapGridDrillDownEventArgs class.

    Declaration
    public OlapGridDrillDownEventArgs(UIElement gridArea)
    Parameters
    Type Name Description
    System.Windows.UIElement gridArea

    The grid area.

    Properties

    CellDescriptor

    Gets or sets the cell descriptor.

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

    The cell descriptor.

    GridArea

    Gets or sets the waiting dialog.

    Declaration
    public UIElement GridArea { get; set; }
    Property Value
    Type Description
    System.Windows.UIElement

    The waiting dialog.

    ShowDefaultIndicator

    Gets or sets a value indicating whether [show default indicator].

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

    true if [a default waiting dialog will be displayed on drill down]; user can customize the dialog, false.

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