dxTokenEditDefaultDropDownRows Constant
In This Article
Specifies the default number of simultaneously displayed rows in a drop-down list of suggested tokens.
#Declaration
Delphi
const dxTokenEditDefaultDropDownRows = 10;
#Remarks
This global constant specifies the default value of the DropDownRows property provided by the TdxTokenEditPropertiesOptionsLookup class.
See Also