DecimalTextBoxBlankEnabled Property

Gets or sets whether Blank state can be enabled. When , then the DecimalTextBox will be automatically blank if Value is out of range.
Default value: .

Definition

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

Property Value

Boolean

See Also