DecimalTextBoxDecimalDigits Property

Gets or sets the used fraction digits. When negative, Value is rounded to the number of specified digits.
Default value: 0.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
[DefaultValueAttribute(typeof(sbyte), "0")]
public sbyte DecimalDigits { get; set; }

Property Value

SByte

See Also