TreeListOptionsView.RootCheckBoxStyle Property
Gets or sets whether root TreeList nodes should draw check boxes, radio buttons, or neither.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
[DefaultValue(NodeCheckBoxStyle.Default)]
[XtraSerializableProperty]
public virtual NodeCheckBoxStyle RootCheckBoxStyle { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
DevExpress. |
Default | A DevExpress. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Root |
---|---|
Tree |
|
#Remarks
You can also specify the TreeListNode.ChildrenCheckBoxStyle to specify a similar behavior for child nodes.
See Node Checking - Checkboxes and Radio Buttons to learn more.
Demo: Select With Radio Buttons and Check Boxes module in the XtraTreeList MainDemo