TextBoxDisplayEmptyValuesAsValues Property

When Set to false, when you focus on a DateColumn with Empty Date, it'll display as blanks, when set to true it'll display as 00/00/0000

Definition

Namespace: Firefly.Box.UI
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public bool DisplayEmptyValuesAsValues { get; set; }

Property Value

Boolean

See Also