Edit

Share via


DataGridCheckBoxColumn.IsThreeState Property

Definition

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

public bool IsThreeState { get; set; }
member this.IsThreeState : bool with get, set
Public Property IsThreeState As Boolean

Property Value

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

Applies to