DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews Namespace / ViewRow Class
Properties Methods Events


In This Topic
    ViewRow Class Members
    In This Topic

    The following tables list the members exposed by ViewRow.

    Public Properties
     NameDescription
    Public PropertyOverloaded. Gets or sets a value of the specified view property.  
    Public PropertyGets the state of a view row with regard to edit, add and delete operations if they are performed directly on the view.  
    Public PropertyGets or sets user-supplied data associated with the view item.  
    Public PropertyGets the view element (item) represented by this ViewRow object.  
    Public PropertyGets the view to which the ViewRow belongs.  
    Top
    Public Methods
     NameDescription
    Public MethodPuts the ViewRow into edit mode.  
    Public MethodCancels the edit occurring on the row.  
    Public MethodDeletes a view item.  
    Public MethodEnds the edit occurring on the row.  
    Public MethodGets the string representing this view row.  
    Top
    Protected Methods
    Public Events
     NameDescription
    Public EventOccurs when a property value changes, after it has been changed.  
    Top
    See Also