CheckBoxListThreeState Property
This is used to set or get whether or not the checkboxes support three states rather than two
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public bool ThreeState { get; set; }
Public Property ThreeState As Boolean
Get
Set
public:
property bool ThreeState {
bool get ();
void set (bool value);
}
member ThreeState : bool with get, set
Property Value
BooleanThe default is to use only two states (checked and unchecked). Setting this to true enables
the third state (indeterminate).