The RdsParamsControlValueSelect enumeration contains algorithms for selecting value during multiple selection for binding of values of edited dictionary attribute to bound dictionary parameter.
It is used by the IRdsParamsControl.ValueSelect property.
The algorithm for selecting value during multiple selection determines the value that will be sent to bound dictionary parameter.
For details see the Creating Binding section.
Value | Brief description |
0 | Default_. All attribute values. |
1 | First. The first attribute value. |
2 | Last. The last attribute value. |
See also: