Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NDataGridViewProgressBarCell Class / ValueType Property


In This Topic
    ValueType Property
    In This Topic
    Gets or Sets the data type of the values in the cell.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property ValueType As System.Type
    'Usage
     
    
    Dim instance As NDataGridViewProgressBarCell
    Dim value As System.Type
     
    value = instance.ValueType
    public override System.Type ValueType {get;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also