IBindingTreeCombo.Separators

Syntax

Separators: String;

Description

The Separators property determines value of the SEPARATORS parameter in binding string.

Comments

The SEPARATORS parameter determines a separator of combo tree node names. If parameter is not set, the | separator is used.

The Separators property is available if the SeparatorsDefined property is set to True. If the Separators property is changed, the SeparatorsDefined property is automatically set to True.

Example

The example of property use is given in description of the Nodes property.

See also:

IBindingTreeCombo