Provides virtual properties on an object which can be data-bound.
Namespace: MindFusion.DataBinding
Assembly: MindFusion.DataBinding
C# Copy Code |
---|
public interface IVirtualPropertyProvider |
Visual Basic Copy Code |
---|
Public Interface IVirtualPropertyProvider |
Implement this interface when you want to perform data-binding of a property that do not exist. For example, when the name of the data-bound property is not be available at compile time.