Table of Contents
- Getting Started
- EO.Pdf
- EO.Web
- EO.WebBrowser
- EO.Wpf
- Common Topics
- Reference
- .NET API Reference
- EO.Base
- EO.Base.UI
- EO.Extensions
- EO.Pdf
- EO.Pdf.Acm
- EO.Pdf.Contents
- EO.Pdf.Drawing
- EO.Pdf.Mvc
- EO.Web
- EO.Web
- Classes
- Structures
- NullableBool Structure
- NullableBool Structure
- NullableBool Members
- Fields
- Methods
- Operators
- Shortcut Structure
- NullableBool Structure
- Enumerations
- Delegates
- EO.WebBrowser
- EO.WebBrowser.DOM
- EO.WebEngine
- EO.WinForm
- EO.Wpf
- EO.Wpf.Gauge
- EO.Wpf.Gauge.Shapes
- EO.Wpf.Primitives
- EO.Wpf.Themes.Aero
- EO.Wpf.Themes.Classic
- EO.Wpf.Themes.Luna
- EO.Wpf.Themes.Metro
- EO.Wpf.Themes.Royale
- JavaScript API Reference
- .NET API Reference
NullableBool Structure |
A boolean value with True, False and Null.
Namespace:
EO.Web
Assembly: EO.Web (in EO.Web.dll)
Inheritance Hierarchy
System.Object
System.ValueType
EO.Web.NullableBool
Syntax
public struct NullableBool
Remarks
In addition to the standard value of True and False, NullableBool also defines Null, which means none value has been set. EO.Web navigation controls use NullableBool for properties such as RaisesServerEvent and CausesValidation.
See Also