DecimalEditorAttribute.PadDecimals property
namespace: Serenity.ComponentModel assembly: Serenity.Net.Core
Gets or sets a value indicating whether to pad decimals with zero.
public bool PadDecimals { get; set; }
Property Value
true if pad decimals with zero; otherwise, false.
See Also
- class DecimalEditorAttribute