TreeListNode.CheckBoxStyle Property
Gets the style of check boxes displayed in the node.
Namespace: DevExpress.XtraTreeList.Nodes
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraTreeList.NodeCheckBoxStyle | A value that indicates whether the node displays a check box, radio button, or neither. |
Remarks
Use the TreeList’s TreeListOptionsView.CheckBoxStyle option to display check boxes or radio buttons within nodes.
Read the following topic for detailed information and examples: Nodes - Display Checkboxes and Radio Buttons.
See Also