ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1TemplateField Class / UpdateBindings Property

In This Topic
    UpdateBindings Property
    In This Topic
    Returns the collection of C1GridViewUpdateBinding objects specifying bindings used in the C1GridView.Update method.
    Syntax
    'Declaration
     
    Public ReadOnly Property UpdateBindings As C1GridViewUpdateBindingCollection
    public C1GridViewUpdateBindingCollection UpdateBindings {get;}
    See Also