'宣言 Public Property MaxDecimalPlaces As Nullable(Of Integer)
public Nullable<int> MaxDecimalPlaces {get; set;}
Notes:
null の場合、Culture の小数点の設定が使用されます。
MinDecimalPlaces がそのプロパティより大きい値に設定される場合、MinDecimalPlaces が優先されます。
NumericEditorProvider の MaxDecimalPlaces は 0 から 20 までの値をサポートします。