Table of Contents

Property AllowAllStatesForUser

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

AllowAllStatesForUser

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

bool AllowAllStatesForUser { get; set; }

Property Value

bool

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.