Table of Contents

Property CheckBoxAllowAllStatesForUser

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

CheckBoxAllowAllStatesForUser

Gets or sets whether user can set the checkboxes to the third state by clicking.

public virtual bool CheckBoxAllowAllStatesForUser { get; set; }

Property Value

bool

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.