Version

CheckBoxMode Enumeration

checkbox mode - off, bistate or tristate
Members
MemberDescription
BiStatemode when bi-state only checking is allowed (on/off)
Offcheckbox mode when nothing should be checked
TriStatemode when there is a third state - partially checked (meaning that some of the children are checked and some aren't
Inheritance Hierarchy

Object
   Infragistics.Web.UI.CheckBoxMode

See Also