IValueSource Interface

Definition

Binds a value from a BindingContext based on a IValueDescriptor.

public interface class IValueSource
public interface IValueSource
type IValueSource = interface
Public Interface IValueSource
Derived

Methods

TryGetValue(IValueDescriptor, BindingContext, Object)

Gets a value from a binding context. A return value indicates whether a value matching the specified value descriptor was present.

Applies to