DecimalTextBoxBlank Property

Gets or sets whether the DecimalTextBox is in blank state. Can be set only if BlankEnabled is .
Default value: .

Definition

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

Property Value

Boolean

See Also