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

TdxTokenEditPropertiesOptionsLookup.DropDownRows Property

Specifies the number of simultaneously visible rows in the lookup dropdown window.

#Declaration

Delphi
property DropDownRows: Integer read; write; default dxTokenEditDefaultDropDownRows;

#Property Value

Type Default
Integer dxTokenEditDefaultDropDownRows

#Remarks

You can use this property to adjust the number of simultaneously visible suggested tokens. Users can rotate the mouse wheel or click scroll buttons to scroll through the lookup list if the number of suggested tokens exceeds the DropDownRows property value.

The default DropDownRows property value is the dxTokenEditDefaultDropDownRows global constant.

See Also