NumericEditor..::..ThousandsSeparatorChar Property

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.Controls
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public char ThousandsSeparatorChar { get; set; }
Public Property ThousandsSeparatorChar As Char
	Get
	Set
public:
property wchar_t^ ThousandsSeparatorChar {
	wchar_t^ get ();
	void set (wchar_t^ value);
}