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