Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NRelationMasterBinding Class / Relations Property


In This Topic
    Relations Property
    In This Topic
    Gets or sets the colleciton of relations that must match the records displayed for the details data source. For each relation in the collection the SourceFieldName must be valid for the Master data source and the TargetFieldName must be valid for the Details data source.
    Syntax
    'Declaration
     
    
    Public Property Relations As NRelationCollection
    'Usage
     
    
    Dim instance As NRelationMasterBinding
    Dim value As NRelationCollection
     
    instance.Relations = value
     
    value = instance.Relations
    public NRelationCollection Relations {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