Provides virtual properties on an object which can be data-bound.
Namespace: MindFusion.DataBinding
Assembly: MindFusion.DataBinding
SyntaxC#
Copy Code
|
|---|
public interface IVirtualPropertyProvider |
Visual Basic
Copy Code
|
|---|
Public Interface IVirtualPropertyProvider |
RemarksImplement 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.
Inheritors
See Also