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


In This Topic
    FormatDefaultDataCellDelegate Field
    In This Topic
    Called when the default data cell needs to be formatted
    Syntax
    'Declaration
     
    
    Public FormatDefaultDataCellDelegate As Nevron.Nov.Function(Of NDataCell)
    'Usage
     
    
    Dim instance As NCustomColumnFormat
    Dim value As Nevron.Nov.Function(Of NDataCell)
     
    value = instance.FormatDefaultDataCellDelegate
     
    instance.FormatDefaultDataCellDelegate = value
    public Nevron.Nov.Function<NDataCell> FormatDefaultDataCellDelegate
    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