MindFusion WinForms Programmer's Guide
BoundPropertyList Class
See Also
 





Defines a mapping between properties and data source fields.

Namespace: MindFusion.DataBinding
Assembly: MindFusion.DataBinding

 Syntax

C#  Copy Code

public class BoundPropertyList : List<BoundProperty>

Visual Basic  Copy Code

Public Class BoundPropertyList
    Inherits List(Of BoundProperty)

 Inheritance Hierarchy

System.Object
    System.Collections.Generic.List(BoundProperty)
        MindFusion.DataBinding.BoundPropertyList

 See Also

BoundPropertyList Members
MindFusion.DataBinding Namespace