Back to Devexpress

TreeListNode.CheckBoxStyle Property

windowsforms-devexpress-dot-xtratreelist-dot-nodes-dot-treelistnode-b1914021.md

latest2.1 KB
Original Source

TreeListNode.CheckBoxStyle Property

Gets the style of check boxes displayed in the node.

Namespace : DevExpress.XtraTreeList.Nodes

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
[Browsable(false)]
public NodeCheckBoxStyle CheckBoxStyle { get; }
vb
<Browsable(False)>
Public ReadOnly Property CheckBoxStyle As NodeCheckBoxStyle

Property Value

TypeDescription
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.

Run Demo

See Also

CheckBoxStyle

RootCheckBoxStyle

TreeListNode Class

TreeListNode Members

DevExpress.XtraTreeList.Nodes Namespace