[]
        
(Showing Draft Content)

C1.WPF.Binding.IValueObject

IValueObject Interface

Interface supported by external objects that have to return a value other than themselves (e.g. a cell range object should return the cell content instead of the range itself).

Namespace: C1.WPF.Binding
Assembly: C1.WPF.Binding.4.6.2.dll
Syntax
public interface IValueObject

Methods

Name Description
GetValue()

Gets the value of this object.