Skip to main content
All docs
V25.1
  • TreeListNode.CheckBoxStyle Property

    Gets the style of check boxes displayed in the node.

    Namespace: DevExpress.XtraTreeList.Nodes

    Assembly: DevExpress.XtraTreeList.v25.1.dll

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

    Declaration

    [Browsable(false)]
    public NodeCheckBoxStyle CheckBoxStyle { get; }

    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.

    TreeList-CheckBoxStyle.png

    Read the following topic for detailed information and examples: Nodes - Display Checkboxes and Radio Buttons.

    Run Demo

    See Also