ASP.NET Pack Programmer's Guide
CheckBox.TriState Property
See Also
 





Gets or sets a value indicating whether the control supports indeterminate state.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public bool TriState { get; set; }

Visual Basic  Copy Code

Public Property TriState As Boolean

 Property Value

Type: Boolean
true if the control supports indeterminate state, otherwise false. Default value is false.

 Remarks

When DisplayType is set to RadioButton, the value is always false.

 See Also

CheckBox Members
CheckBox Class
MindFusion.UI.WebForms Namespace