Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor.UICustomization Namespace / IRowItemDialog Interface / BindData Method
The object being edited.

In This Topic
    BindData Method (IRowItemDialog)
    In This Topic
    Assigns values to the dialog box fields.
    Syntax
    'Declaration
     
    Sub BindData( _
       ByVal item As XHTMLRowItem _
    ) 
    void BindData( 
       XHTMLRowItem item
    )

    Parameters

    item
    The object being edited.
    See Also