Enum ObjectValueConversion.TriStateBool
A "hack" enum used to provide tri-state checkbox functionality in some systems, i.e. HTML checkmarks do not understand "nulls". This is a surrogate type not used in server-side programming
Namespace: NFX
Assembly: NFX.dll
Syntax
public enum TriStateBool
Fields
| Name | Description |
|---|---|
| False | |
| True | |
| Unspecified |