DecimalTextBoxFormat Property

Gets or sets the numeric formatting of the displayed Value.
Default value: Number.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
[DefaultValueAttribute(DecimalFormat.Number)]
public DecimalFormat Format { get; set; }

Property Value

DecimalFormat

See Also