Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / Bindings Property


In This Topic
    Bindings Property
    In This Topic
    Gets the binding collection of this shape.
    Syntax
    'Declaration
     
    ReadOnly Property Bindings As IBindings
    'Usage
     
    Dim instance As IShapeBase
    Dim value As IBindings
     
    value = instance.Bindings
    IBindings Bindings {get;}
    See Also