Gets or sets if three state check box mode is enabled.

Namespace: MonoSoftware.Web.Controls
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public bool ThreeStateEnabled { get; set; }
Visual Basic
Public Property ThreeStateEnabled As Boolean
	Get
	Set
Visual C++
public:
property bool ThreeStateEnabled {
	bool get ();
	void set (bool value);
}
F#
member ThreeStateEnabled : bool with get, set

Property Value

Type: Boolean

See Also