This version of Unity is unsupported.

DataBinding.ApplyConverterGroupToSource

Declaration

public void ApplyConverterGroupToSource(UIElements.ConverterGroup group);

Parameters

group The converter group.

Description

Applies a ConverterGroup to this binding that will be used when converting data between a UI control to a data source.

Converter groups can be queried using ConverterGroups.TryGetConverterGroup.