Gets or sets a value indicating whether the control supports indeterminate state.
Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms
C#
![]() |
---|
public bool TriState { get; set; } |
Visual Basic
![]() |
---|
Public Property TriState As Boolean |
Type: Boolean
true if the control supports indeterminate state, otherwise false. Default value is false.
When DisplayType is set to RadioButton, the value is always false.