Search
IVirtualPropertyProvider Interface
Remarks See Also
 





Provides virtual properties on an object which can be data-bound.

Namespace: MindFusion.DataBinding
Assembly: MindFusion.DataBinding

 Syntax

C#  Copy Code

public interface IVirtualPropertyProvider

Visual Basic  Copy Code

Public Interface IVirtualPropertyProvider

 Remarks

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.

 Inheritors

 See Also