Skip to main content

IsThreeState Property

Gets or sets a value that indicates whether the hosted CheckBox controls allow three states or two.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)

public bool IsThreeState { get; set; }

Return Value

Boolean
true if the hosted controls support three states; false if they support two states. The default is false.

See Also

Reference

DataGridCheckBoxColumn Class
Avalonia.Controls Namespace