Habanero.Faces.Win.NumericUpDownCell.NumericUpDownCell C# (CSharp) Method

NumericUpDownCell() public method

Constructor to initialise a new cell
public NumericUpDownCell ( ) : System
return System
        public NumericUpDownCell() : base()
        {
            // Format with 2 decimal places
            this.Style.Format = "0.00";
        }