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

TcxGridChartDataGroup.DataLevel Property

Specifies the on-screen position of the data level associated with the data group in the data level navigator.

#Declaration

Delphi
property DataLevel: Integer read; write;

#Property Value

Type
Integer

#Remarks

Modifying this property for a hidden data group makes this data group visible.

After this property’s value has been changed, elements in the View’s DataLevelObjects, DataGroups, and VisibleDataGroups collections are rearranged respectively.

Note

Setting the DataLevel property to -1 hides the data group within the View.

See Also