Property CheckBoxAllowAllStatesForUser
CheckBoxAllowAllStatesForUser
Gets or sets whether user can set the checkboxes to the third state by clicking.
public virtual bool CheckBoxAllowAllStatesForUser { get; set; }
Property Value
Remarks
By default a user can't set a 3-state checkboxes to the third state. It can only be done from code. Using this flags allows the user to set the checkboxes to the third state by clicking.