Nevron Open Vision Documentation
Nevron.Nov.Grid.Editors Namespace / NColumnRefPropertyEditor Class / GetOptions Method


In This Topic
    GetOptions Method (NColumnRefPropertyEditor)
    In This Topic
    Overriden to return the field names that are members of the grid associated with the edited node.
    Syntax
    'Declaration
     
    
    Protected Overrides Function GetOptions() As NList(Of NNodeRef)
    'Usage
     
    
    Dim instance As NColumnRefPropertyEditor
    Dim value As NList(Of NNodeRef)
     
    value = instance.GetOptions()
    protected override NList<NNodeRef> GetOptions()
    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