Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Viewers Namespace / NumericViewer Class / NumericViewer Constructor / NumericViewer Constructor(WinNumericTextBox)
The WinNumericTextBox control that will be used to view the content of cells which have a numeric data type.


    NumericViewer Constructor(WinNumericTextBox)
    Initializes a new instance of the NumericViewer class specifying the underlying WinNumericTextBox control that will be used to view the content of cells which have a numeric data type.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal control As WinNumericTextBox _
    )
     
    'Usage
     
    Dim control As WinNumericTextBox
     
    Dim instance As New NumericViewer(control)

    Parameters

    control
    The WinNumericTextBox control that will be used to view the content of cells which have a numeric data type.
    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