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

TcxGridChartView.CanActivateDataLevel(Integer) Method

Identifies the specified data level can be activated.

#Declaration

Delphi
function CanActivateDataLevel(ALevel: Integer): Boolean;

#Parameters

Name Type Description
ALevel Integer

The target grid level.

#Returns

Type Description
Boolean

True if the specified data level can be active; otherwise, False.

#Remarks

A data level can be active if all lower data levels have assigned active values.

See Also