Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TableVectorGroup Class / DataBinding Property

In This Topic
    DataBinding Property (TableVectorGroup)
    In This Topic
    Gets an instance of C1.C1Preview.DataBinding.C1DataBinding class representing the data binding properties of the current table row/column group.
    Syntax
    'Declaration
     
    Public ReadOnly Property DataBinding As C1DataBinding
    public C1DataBinding DataBinding {get;}
    Remarks
    This property always returns a C1.C1Preview.DataBinding.C1DataBinding object, initializing it if if has not been initialized yet. Use DataBindingDefined to test whether the current group is data bound without initializing DataBinding.
    See Also