Share via


BindingStage Enumeration

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Represents the stages of data binding resolution.

Namespace:  System.Windows.Data.Debugging
Assembly:  System.Windows (in System.Windows.dll)

Syntax

'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Enumeration BindingStage
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public enum BindingStage

Members

Member name Description
SourceResolution The binding is resolving the Binding.Source property value.
PathResolution The binding is resolving the Binding.Path.
ValueConversion The binding is converting the value using the Binding.Converter property value.
StringFormatting The binding is formatting the value based on the BindingBase.StringFormat property value.
TypeConversion The binding is converting the value to the target type.
SetSource The binding is attempting to set the data source.
SetTarget The binding is attempting to set the binding target.
SetValidationResult The binding is setting the validation result.
Validating The binding is performing validation through the IDataErrorInfo interface of the binding source.

Version Information

Silverlight

Supported in: 5

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference

Other Resources