MindFusion WinForms Programmer's Guide
IVirtualPropertyProvider.GetValue Method
See Also
 





Gets the value of the virtual property with the specified name.

Namespace: MindFusion.DataBinding
Assembly: MindFusion.DataBinding

 Syntax

C#  Copy Code

Object GetValue (
    string propertyName
)

Visual Basic  Copy Code

Function GetValue( _
    propertyName As String _
) As Object

 Parameters

propertyName

The name of the virtual property.

 Return Value

The value of the virtual property.

 Remarks

This method is invoked during data-binding of a property that does not exist on an object.

 See Also

IVirtualPropertyProvider Members
IVirtualPropertyProvider Interface
MindFusion.DataBinding Namespace