Represents a view element (item) for the purposes of dynamic, programmatic access to its properties and data binding.

Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
[DefaultMemberAttribute("Item")]
public abstract class ViewRow : IndexableObject, 
	ICustomTypeDescriptor, IEditableObject, IWithDeferredMode, ISourceProvider
Visual Basic
<DefaultMemberAttribute("Item")> _
Public MustInherit Class ViewRow _
	Inherits IndexableObject _
	Implements ICustomTypeDescriptor, IEditableObject, IWithDeferredMode, ISourceProvider

Inheritance Hierarchy

System..::..Object
  C1.LiveLinq.Collections..::..IndexableObject
    C1.LiveLinq.LiveViews..::..ViewRow

See Also