DataGridCheckBoxColumnIsThreeState Property
Gets or sets a value that indicates whether the hosted
CheckBox controls allow three states or two.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public bool IsThreeState { get; set; }
Public Property IsThreeState As Boolean
Get
Set
member IsThreeState : bool with get, set
Return Value
Boolean
true if the hosted controls support three states; false if they support two states. The default is false.