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