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.ActiveDataLevel Property

Specifies the level of detail which is in effect in the View.

#Declaration

Delphi
property ActiveDataLevel: Integer read; write;

#Property Value

Type
Integer

#Remarks

The ActiveDataLevel and ActiveDataGroup properties allow you to implement level navigation in code. Refer to the description of the ActiveDataGroup property to learn about activating data groups and levels in Chart Views.

The total number of data levels which are displayed within the View can be obtained via the DataLevelCount property.

Note that when the highest data level is active, the ActiveDataLevel property returns the DataLevelCount property value minus 1.

See Also