Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NProgressBarColumnFormat Class / ValueFormatter Property


In This Topic
    ValueFormatter Property (NProgressBarColumnFormat)
    In This Topic
    Gets or sets the value formatter that creates a string representation of the value for the clipboard Copy operation.
    Syntax
    'Declaration
     
    
    Public Property ValueFormatter As NNumericValueFormatter
    'Usage
     
    
    Dim instance As NProgressBarColumnFormat
    Dim value As NNumericValueFormatter
     
    instance.ValueFormatter = value
     
    value = instance.ValueFormatter
    public NNumericValueFormatter ValueFormatter {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