Skip to main content

TcxGridChartToolBox.DataLevelActiveValueDropDownWidth Property

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

Declaration

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