Back to Devexpress

TreeListNode.ChildrenCheckBoxStyle Property

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

latest2.4 KB
Original Source

TreeListNode.ChildrenCheckBoxStyle Property

Gets or sets whether all child nodes owned by this node should display check boxes, radio buttons, or neither.

Namespace : DevExpress.XtraTreeList.Nodes

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[DefaultValue(NodeCheckBoxStyle.Default)]
[DXCategory("Behavior")]
public virtual NodeCheckBoxStyle ChildrenCheckBoxStyle { get; set; }
vb
<DefaultValue(NodeCheckBoxStyle.Default)>
<DXCategory("Behavior")>
Public Overridable Property ChildrenCheckBoxStyle As NodeCheckBoxStyle

Property Value

TypeDefaultDescription
DevExpress.XtraTreeList.NodeCheckBoxStyleDefault

A DevExpress.XtraTreeList.NodeCheckBoxStyle enumeration value that specifies what child nodes should display. The Default value means child nodes follow the global TreeListOptionsView.CheckBoxStyle setting.

|

Remarks

Use the TreeListOptionsView.RootCheckBoxStyle property to specify a similar behavior for root-level nodes.

See Node Checking - Checkboxes and Radio Buttons to learn more.

Demo: Select With Radio Buttons and Check Boxes module in the XtraTreeList MainDemo

See Also

RootCheckBoxStyle

TreeListNode Class

TreeListNode Members

DevExpress.XtraTreeList.Nodes Namespace