TcxGridChartController.IsDataDrillDownPossible(Integer) Method
In This Article
Identifies if users can perform a drill-down on a particular category value of the active data group.
#Declaration
#Parameters
Name | Type |
---|---|
AValue |
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 Options
See Also