MindFusion WinForms Programmer's Guide
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

MindFusion.Reporting.BarChart
MindFusion.Reporting.Label
MindFusion.Reporting.LineChart
MindFusion.Reporting.PieChart
MindFusion.Reporting.RadarChart

 See Also

IVirtualPropertyProvider Members
MindFusion.DataBinding Namespace