C# Class SourceGrid.Cells.Editors.TextBoxCurrency

Inheritance: TextBoxNumeric
显示文件 Open project: zhuangyy/Motion

Public Methods

Method Description
TextBoxCurrency ( Type p_Type ) : System

Construct a Model. Based on the Type specified the constructor populate AllowNull, DefaultValue, TypeConverter, StandardValues, StandardValueExclusive

Method Details

TextBoxCurrency() public method

Construct a Model. Based on the Type specified the constructor populate AllowNull, DefaultValue, TypeConverter, StandardValues, StandardValueExclusive
public TextBoxCurrency ( Type p_Type ) : System
p_Type System.Type The type of this model
return System