Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / DrawingObject Class / Bindings Property


In This Topic
    Bindings Property (DrawingObject)
    In This Topic
    Gets the binding collection of this drawing object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Bindings As IBindings
    'Usage
     
    
    Dim instance As DrawingObject
    Dim value As IBindings
     
    value = instance.Bindings
    public IBindings Bindings {get;}
    See Also