ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / NumericEditCalculator Class / ShowDecimalSeparator Property

In This Topic
    ShowDecimalSeparator Property
    In This Topic
    Gets or sets a value indicating whether to display a decimal separator when typing a number if no decimal part of the number is entered.
    Syntax
    'Declaration
     
    Public Property ShowDecimalSeparator As Boolean
    public bool ShowDecimalSeparator {get; set;}
    See Also