DecimalEditorAttribute.PadDecimals property

namespace: Serenity.ComponentModel   assemblySerenity.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