Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ChartControl.DrillDownStateChanging Event

Occurs before the Chart Control’s drill down state is changed.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.UI.dll

NuGet Package: DevExpress.Win.Charts

#Declaration

public event DrillDownStateChangingEventHandler DrillDownStateChanging

#Event Data

The DrillDownStateChanging event's data class is DrillDownStateChangingEventArgs. The following properties provide information specific to this event:

Property Description
Cancel Gets or sets the value indicating whether the state change should be canceled.
States Returns the array of states that specify filtering parameters applied on each detail level.

#Remarks

The Chart Control raises this event before new detail data is revealed or current data is concealed. Set the DrillDownStateChangingEventArgs.Cancel property to true to cancel the state change.

See Also