Skip to main content
A newer version of this page is available. .

DrillDownOptionsModel.UseMouse Property

Gets or sets the DrillDownOptions.UseMouse property value within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.2.Wizard.dll

Declaration

[PropertyForOptions]
public bool UseMouse { get; set; }

Property Value

Type Description
Boolean

true, to allow using the mouse; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to UseMouse
GanttDiagramModel
.DrillDownOptions.UseMouse
PolarDiagramModel
.DrillDownOptions.UseMouse
RadarDiagramModel
.DrillDownOptions.UseMouse
SimpleDiagramModel
.DrillDownOptions.UseMouse
XYDiagramModel
.DrillDownOptions.UseMouse
See Also