Class DrillDownEventArgs
Represents the arguments for DrillDownEvent.
Inheritance
System.Object
System.EventArgs
DrillDownEventArgs
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.Olap.Manager
Assembly: Syncfusion.Olap.Base.dll
Syntax
public class DrillDownEventArgs : EventArgs
Constructors
DrillDownEventArgs()
Initializes a new instance of the DrillDownEventArgs class.
Declaration
public DrillDownEventArgs()
DrillDownEventArgs(AxisPosition)
Initializes a new instance of the DrillDownEventArgs class.
Declaration
public DrillDownEventArgs(AxisPosition axisPosition)
Parameters
Type | Name | Description |
---|---|---|
AxisPosition | axisPosition | The axis position. |
Properties
AxisPosition
Gets or sets the axis position.
Declaration
public AxisPosition AxisPosition { get; }
Property Value
Type | Description |
---|---|
AxisPosition | The axis position. |
IsValidAxisPosition
Gets or sets a value indicating whether this instance is valid axis position.
Declaration
public bool IsValidAxisPosition { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|