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.IsDataDrillDownPossible(Integer) Method

Identifies if users can perform a drill-down on a particular category value of the active data group.

#Declaration

Delphi
function IsDataDrillDownPossible(AValueIndex: Integer): Boolean;

#Parameters

Name Type
AValueIndex Integer

#Returns

Type
Boolean

#Remarks

This function returns True when a user is able to perform a drill-down on the category value referenced by its index in the active data group’s Values collection. The index is passed as the AValueIndex parameter

To drill down on a particular category value programmatically, call the DataDrillDown function and pass this category value as its parameter.

Note

You can disable runtime drill-down functionality via the View’s OptionsCustomize.DataDrillDown property.

See Also