Binding Properties

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

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The Binding type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone BindsDirectlyToSource Gets or sets a value that indicates whether the binding ignores any ICollectionView settings on the data source.
Public propertySupported by Silverlight for Windows Phone Converter Gets or sets the converter object that is called by the binding engine to modify the data as it is passed between the source and target, or vice versa.
Public propertySupported by Silverlight for Windows Phone ConverterCulture Gets or sets the culture to be used by the Converter.
Public propertySupported by Silverlight for Windows Phone ConverterParameter Gets or sets a parameter that can be used in the Converter logic.
Public propertySupported by Silverlight for Windows Phone ElementName Gets or sets the name of the element to use as the binding source object.
Public propertySupported by Silverlight for Windows Phone FallbackValue Gets or sets the value to use when the binding is unable to return a value. (Inherited from BindingBase.)
Public propertySupported by Silverlight for Windows Phone Mode Gets or sets a value that indicates the direction of the data flow in the binding.
Public propertySupported by Silverlight for Windows Phone NotifyOnValidationError Gets or sets a value that indicates whether the BindingValidationError event is raised on validation errors.
Public propertySupported by Silverlight for Windows Phone Path Gets or sets the path to the binding source property.
Public propertySupported by Silverlight for Windows Phone RelativeSource Gets or sets the binding source by specifying its location relative to the position of the binding target.
Public propertySupported by Silverlight for Windows Phone Source Gets or sets the data source for the binding.
Public propertySupported by Silverlight for Windows Phone StringFormat Gets or sets a string that specifies how to format the binding if it displays the bound value as a string. (Inherited from BindingBase.)
Public propertySupported by Silverlight for Windows Phone TargetNullValue Gets or sets the value that is used in the target when the value of the source is nulla null reference (Nothing in Visual Basic). (Inherited from BindingBase.)
Public propertySupported by Silverlight for Windows Phone UpdateSourceTrigger Gets or sets a value that determines the timing of binding source updates for two-way bindings.
Public propertySupported by Silverlight for Windows Phone ValidatesOnDataErrors Gets or sets a value that indicates whether the binding engine will report validation errors from an IDataErrorInfo implementation on the bound data entity.
Public propertySupported by Silverlight for Windows Phone ValidatesOnExceptions Gets or sets a value that indicates whether the binding engine will report exception validation errors.
Public propertySupported by Silverlight for Windows Phone ValidatesOnNotifyDataErrors Gets or sets a value that indicates whether the binding engine will report validation errors from an INotifyDataErrorInfo implementation on the bound data entity.

Top