Skip to main content

GridCheckBoxColumn.IsThreeState Property

Gets or sets whether the check editor supports three states (checked, unchecked and indeterminate).

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool IsThreeState { get; set; }

Property Value

Type Description
Boolean

true if the editor supports three states; false if the editor supports two states (checked and unchecked).

Remarks

A check editor supports three states (checked, unchecked and indeterminate) if its IsThreeState property is set to true.If this property is set to false, only the checked and unchecked states are supported.

See Also