TcxGridChartView.CanActivateDataLevel(Integer) Method
Identifies the specified data level can be activated.
Declaration
function CanActivateDataLevel(ALevel: Integer): Boolean;
Parameters
Name | Type | Description |
---|---|---|
ALevel | Integer | The target grid level. |
Returns
Type | Description |
---|---|
Boolean |
|
Remarks
A data level can be active if all lower data levels have assigned active values.
See Also