DataGridCheckBoxColumnIsThreeState 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) Version: 11.3.999
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