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

TcxGridChartController.DataDrillUp Method

Performs a drill-up (activates a lower data level relative to the currently active data level).

#Declaration

Delphi
function DataDrillUp: Boolean; virtual;

#Returns

Type Description
Boolean

True when a drill-up operation is successful; otherwise, False.

#Remarks

To activate a particular data level, use the View’s ActiveDataLevel or ActiveDataGroup property.

Note

A drill-up cannot be performed at the lowest level of detail which corresponds to the first visible data group.

Users are able to drill up data using the data level navigator.

To perform a drill-down on a particular category value of the active data group, call the DataDrillDown function.

See Also