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)
- C#
- VB
- F#
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.