Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NCustomColumnFormat Class / CreateValueDataCellViewDelegate Field


In This Topic
    CreateValueDataCellViewDelegate Field
    In This Topic
    Called when a value data cell view needs to be created.
    Syntax
    'Declaration
     
    
    Public CreateValueDataCellViewDelegate As Nevron.Nov.FunctionResult(Of NWidget,NDataCell,Object)
    'Usage
     
    
    Dim instance As NCustomColumnFormat
    Dim value As Nevron.Nov.FunctionResult(Of NWidget,NDataCell,Object)
     
    value = instance.CreateValueDataCellViewDelegate
     
    instance.CreateValueDataCellViewDelegate = value
    public Nevron.Nov.FunctionResult<NWidget,NDataCell,object> CreateValueDataCellViewDelegate
    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