IBindingTreeCombo

Assembly: System;

Namespace: Prognoz.Platform.Interop.ForeSystem;

Description

The IBindingTreeCombo interface contains properties that are used to determine parameters of the value editor - Combo Tree.

Inheritance Hierarchy

          IBindingValue

          IBindingString

          IBindingTreeCombo

Properties

  Property name Brief description
The Nodes property determines value of the NODES parameter in binding string.
The NodesDefined property determines whether the NODES parameter is present in binding string.
The Separators property determines value of the SEPARATORS parameter in binding string.
The SeparatorsDefined property determines whether the SEPARATORS parameter is present in binding string.
The SortType property determines value of the SORTTYPE parameter in binding string.
The SortTypeDefined property determines whether the SORTTYPE parameter is present in binding string.

Properties inherited from IBindingString

  Property name Brief description
The MaxLength property determines value of the MAXLENGTH parameter in a binding string.
The MaxLengthDefined property determines whether the MAXLENGTH parameter is present in a binding string.
The Value property determines the VALUE parameter value in a binding string.
The ValueDefined property determines whether the VALUE parameter is present in a binding string.

Properties inherited from IBindingValue

  Property name Brief description
The AsString property determines value editor parameters as a binding string.
The Mandatory property manages the ALLOWEMPTY parameter value in a binding string.
The MandatoryDefined property determines whether the ALLOWEMPTY parameter is present in a binding string.
The ReadOnly property determines the READONLY parameter value in a binding string.
The ReadOnlyDefined property determines whether the READONLY parameter is present in a binding string.
The UI property returns type of value editor.

See also:

System Assembly Interfaces