CustomMultiselectText: String;
The CustomMultiselectText property determines the CUSTOMMULTISELECTTEXT property value in binding string.
The CUSTOMMULTISELECTTEXT parameter determines the template, according to which editor test is created on multiple selection. By default, the following template is used: %First…%Last. If required, the template can be edited. Creating the template may require any text and the following substitutions:
Substitution | Description |
%First | Name of the first selected element. |
%Last | Name of the last selected element. |
%Count | The number of selected elements. |
%TotalCount | The number of tree nodes. |
The CustomMultiselectText property is available if the CustomMultiselectTextDefined property is set to True. If the CustomMultiselectText property is changed, the CustomMultiselectTextDefined property is automatically set to True.
The example of use is given in description of the Group property.
See also: