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

TcxGridChartToolBox.DataLevelActiveValueDropDownCount Property

Specifies the maximum number of possible active values displayed in a data level dropdown at a given time.

#Declaration

Delphi
property DataLevelActiveValueDropDownCount: Integer read; write; default cxGridChartDefaultDataLevelActiveValueDropDownCount;

#Property Value

Type Default
Integer cxGridChartDefaultDataLevelActiveValueDropDownCount

#Remarks

If this property’s value equals 0, the visible part of a data level’s dropdown displays all possible active values associated with this data level.

The default value of the DataLevelActiveValueDropDownCount property is specified by the cxGridChartDefaultDataLevelActiveValueDropDownCount constant.

See Also