Skip to content

Commit 7935550

Browse files
authored
Update README.md
1 parent d549305 commit 7935550

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# How to hide the column header of the DropDown Grid in WPF MultiColumnDropDownControl (SfMultiColumnDropDownControl)?
1+
# How to hide the column header of the DropDown Grid in WPF MultiColumnDropDownControl?
22

33
## About the sample
44

5-
This sample illustrates how to hide the column header of the DropDown Grid in WPF MultiColumnDropDownControl (SfMultiColumnDropDownControl).
5+
This sample illustrates how to hide the column header of the DropDown Grid in WPF MultiColumnDropDownControl.
66

77
[WPF MultiColumnDropDown](https://www.syncfusion.com/wpf-controls/multi-column-dropdown) (SfMultiColumnDropDownControl), allows you to hide the column header of the DataGrid displayed in the dropdown by setting the header row height of the dropdown grid to Zero.
88

@@ -19,7 +19,7 @@ private void OnMultiColumnDropDown_Loaded(object sender, RoutedEventArgs e)
1919

2020
![SfMultiColumnDropDownControl hidden column header](SfMultiColumnDropDownControl_ColumnHeader.png)
2121

22-
KB article - [How to hide the column header of the DropDown Grid in WPF MultiColumnDropDownControl (SfMultiColumnDropDownControl)](https://www.syncfusion.com/kb/12541/how-to-hide-the-column-header-of-the-dropdown-grid-in-wpf-multicolumndropdowncontrol)
22+
Take a moment to peruse the [WPF MultiColumnDropDown - Getting Started](https://help.syncfusion.com/wpf/multi-column-dropdown/getting-started) documentation, where you can find about multicolumndropdown, with code examples.
2323

2424
## Requirements to run the demo
2525

0 commit comments

Comments
 (0)