InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputNumericBox Class / Format Property

In This Topic
    Format Property (InputNumericBox)
    In This Topic
    Gets or sets the format of the Value displayed in the InputNumericBox.
    Syntax
    'Declaration
     
    Public Property Format As String
    public string Format {get; set;}
    See Also