Selecting Nodes of KetticTreeView in C#.NET
KetticTreeView control for Windows Forms provides the nodes selecting support and rich API to control the data. The node selecting support allows the users easily to perform the data find operations on the fly when you enable this functionality. This is achieved by using the Selected property of the KetticTreeNode. In the C# tutorial below, we are going through how to select a single node and multiple nodes.
Select a Single Node of KetticTreeView in C#.NET
To perform the node selecting functionality, we shall enable the Selected property of the KetticTreeNode. The simple C# code snippet below shows how to achieve this.
Select Multiple Nodes of KetticTreeView
KetticTreeView control includes the MultiSelect property for the developers to perform the multiple nodes selection. This is achieved via enabling this property to be true. The following description shows the different multiple nodes selection of KetticTreeView in Windows application.
C# Select Multiple Nodes of KetticTreeView
KetticTreeView .NET component includes rich C# API for the users to manipulate the control. To select various nodes via the provided C# API, we should enable the Selected property of the nodes that will be selected. And then use the C# code below to perform the selection.
| ![]() UI Controlsfor Windows Forms .NET WinForms UI Overview.NET WinForms UI Features.NET WinForms UI GuideC# WinForms UI DesignVB.NET WinForms UI DesignWinForms UI Controls WinForms Buttons UI Control WinForms Calendar UI ControlWinForms Carousel UI ControlWinForms Chart UI ControlWinForms Clock UI ControlCommandBar UI ControlWinForms Dock UI ControlDesktop Alert UI ControlDropDown List UI ControlWinForms Editor UI ControlForms and Dialogs UI ControlWinForms GridView UI ControlWinForms ListView UI ControlWinForms Menu UI ControlWinForms ComboBox UI ControlWinForms PageView UI ControlPanels and Labels UI ControlWinForms Panorama UI ControlWinForms PDFViewer UI ControlWinForms Property Grid UI ControlWinForms Ribbon UI ControlWinForms PivotGrid UI ControlWinForms RichTextBox UI ControlWinForms Rotator UI ControlWinForms Scheduler UI ControlWinForms Shortcuts UI ControlWinForms SpellChecker UI ControlWinForms Track & Status UI ControlWinForms TreeView UI ControlKeyboard SupportDesign Time SupportBuild PropertyContext MenuTreeView - NodeAdd & Remove NodesReorder NodesFormat NodesEdit NodesSelect NodesFilter NodesCustom Filter NodesSort NodesCustom Sort NodesFind Sort NodesData BindingBasicsDatabaseXML DataDrag and DropCustomizationContext MenuCustomizationAssign ScreenTipLocalizationWinForms Wizard UI ControlWinForms Test UI ControlWinForms Theme UI Control |