Table of Contents

Class BindingBase

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

Base class for Binding, PriorityBinding, and MultiBinding.

[MarkupExtensionReturnType(typeof(object))]
public abstract class BindingBase : MarkupExtension
Inheritance
BindingBase
Derived

Properties

BindingGroupName

Name of the BindingGroup this binding should join.

Delay

The time (in milliseconds) to wait after the most recent property change before performing source update.

FallbackValue

Value to use when source cannot provide a value

StringFormat

Format string used to convert the data to type String.

TargetNullValue

Value used to represent "null" in the target property.

Methods

ProvideValue(IServiceProvider)

Return the value to set on the property for the target for this binding.