Class DrillDownController
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class DrillDownController : ChartViewController, INotifyPropertyChanged
Constructors
DrillDownController()
Declaration
public DrillDownController()
Properties
AllowDrill
Gets or sets whether it is allowed to drill.
Declaration
public bool AllowDrill { get; set; }
Property Value
System.Boolean
The allow drill. |
Methods
OnMouseDown(MouseEventArgs)
Raises the MouseDown event.
Declaration
protected override ActionResult OnMouseDown(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
The System.Windows.Forms.MouseEventArgs instance containing the event data. |
Returns
ActionResult
|