Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NDataSourceDetail Class / MasterBinding Property


In This Topic
    MasterBinding Property
    In This Topic
    Gets or sets the way in which the records from the details data source are bound (related) to the master record.
    Syntax
    'Declaration
     
    
    Public Property MasterBinding As NMasterBinding
    'Usage
     
    
    Dim instance As NDataSourceDetail
    Dim value As NMasterBinding
     
    instance.MasterBinding = value
     
    value = instance.MasterBinding
    public NMasterBinding MasterBinding {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also