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

Specifies the width (in pixels) of all drop-down menus associated with data levels that have active values assigned.

#Declaration

Delphi
property DataLevelActiveValueDropDownWidth: Integer read; write; default 0;

#Property Value

Type Default Description
Integer 0

The width of all drop down menus associated with data levels, in pixels.

#Remarks

Use the DataLevelActiveValueDropDownWidth property to limit the width of these dropdowns if their items are long strings. By default, the width of a data level’s dropdown is calculated automatically to fit all its possible active values. If the DataLevelActiveValueDropDownWidth property is set to a positive integer, the width of a dropdown is calculated as the maximum of a dropdown item’s width and the DataLevelActiveValueDropDownWidth value. Thus, if this property’s value exceeds the width of a dropdown item, then it specifies the actual width of a dropdown. Otherwise, the width of a dropdown will be equal to the width of its item.

#Default Value

The DataLevelActiveValueDropDownWidth property’s default value is 0.

See Also