Skip to content

Commit 7b90bb4

Browse files
Update README.md
1 parent 0368aab commit 7b90bb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# How to set folder browser cell in winforms gridcontrol
1+
# How to Set Folder Browser Cell Type in WinForms GridControl?
22

33
This example demonstrates how to set folder browser cell in [WinForms GridControl](https://www.syncfusion.com/winforms-ui-controls/grid-control).
44

@@ -66,4 +66,4 @@ this.gridControl1.CellModels.Add("FolderBrowser", new FolderBrowserCellModel(gri
6666
// Set the cell type to "FolderBrowser"
6767
this.gridControl1[2, 3].Text = "Browse here";
6868
this.gridControl1[2, 3].CellType = "FolderBrowser";
69-
```
69+
```

0 commit comments

Comments
 (0)