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 |
|