Skip to main content

TreeListView.ShowCheckboxes Property

Gets or sets whether or not to display node check boxes.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

public bool ShowCheckboxes { get; set; }

#Property Value

Type Description
Boolean

true to display node check boxes; otherwise, false.

#Remarks

To learn more, see Checking Nodes.

See Also