Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 471 Bytes

File metadata and controls

16 lines (10 loc) · 471 Bytes

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