Skip to content

Commit e275119

Browse files
Fixed CI issue
1 parent 5b48276 commit e275119

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

aspnet/TreeView/Checkboxes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: Checkboxes in TreeView | TreeView | ASP.NET | Syncfusion
3-
description: Specify checkboxes in TreeView and its settings
3+
description: Learn here about specifying checkboxes in Syncfusion ASPNET TreeView control, its settings and more.
44
platform: aspnet
55
control: TreeView
66
documentation: UG
77
keywords: TreeView, Syncfusion, ASP Web TreeView UG Doc, Checkboxes
88
---
99

10-
# Checkboxes
10+
# Checkboxes in ASPNET TreeView Control
1111

1212
TreeView consists of built-in checkbox option and it can be displayed to the left of the tree node by setting the **ShowCheckbox** property as true. It allows you to select more than one node at a time.
1313

aspnet/TreeView/How-To.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: How To | TreeView | ASP.NET | Syncfusion
3-
description: How to do - section for TreeView
3+
description: Learn here about how to do section for TreeView control in Syncfusion ASP.NET its elements, and more.
44
platform: aspnet
55
control: TreeView
66
documentation: UG
77
keywords: TreeView, Syncfusion, ASP Web TreeView UG Doc, How To
88
---
99

10-
# How To
10+
# How To in ASPNET TreeView Control
1111

1212
## Update the modified data from tree to database.
1313

aspnet/TreeView/Template-Option.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Template Option| TreeView | ASP.NET | Syncfusion
3-
description: Rendering TreeView using Template option
3+
description: Rendering TreeView using Template option in Syncfusion ASP.NET TreeView control, its elements and more.
44
platform: aspnet
55
control: TreeView
66
documentation: UG
77
keywords: TreeView, Syncfusion, ASP Web TreeView UG Doc, Template Option
88
---
99

1010

11-
# Template Option
11+
# Template Option in ASP.NET TreeView Control
1212

1313
Tree nodes can be customized by using '**Template**' property. Treeview template option requires addition JS library called '**JsRender**', which helps to create the structured way of tree nodes with simple codes and increased performance. To know more about JsRender - [https://www.jsviews.com/](https://www.jsviews.com/).
1414

aspnet/TreeView/Tree-Node.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: Tree Node manipulation | TreeView | ASP.NET | Syncfusion
3-
description: Handling node operations in TreeView
3+
description: Learn here about handling node operations in Syncfusion ASP.NET TreeView control, its elementa and more.
44
platform: aspnet
55
control: TreeView
66
documentation: UG
77
keywords: TreeView, Syncfusion, ASP Web TreeView UG Doc, Tree Node
88
---
99

10-
# Tree Node
10+
# Tree Node in ASP.NET TreeView Control
1111

1212
TreeView node is structured with expand/ collapse arrow, checkbox, image and text as shown in below.
1313

0 commit comments

Comments
 (0)