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