Input for WinForms | ComponentOne
C1.Win.Input.Base Namespace / C1TextBoxBase Class / DisplayFormat Property

In This Topic
    DisplayFormat Property (C1TextBoxBase)
    In This Topic
    Gets the format used to display the value when the control is in display mode.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DisplayFormat As FormatInfo
    public FormatInfo DisplayFormat {get;}
    See Also