Skip to content

Commit 0fc1ffd

Browse files
2 parents d474915 + 83d9ee2 commit 0fc1ffd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ You can customize hiding the details view expander icon by handling the **SfData
88

99
``` c#
1010
this.dataGrid.QueryDetailsViewExpanderState += DataGrid_QueryDetailsViewExpanderState;
11+
1112
private void DataGrid_QueryDetailsViewExpanderState(object sender, Syncfusion.UI.Xaml.Grid.QueryDetailsViewExpanderStateEventArgs e)
1213
{
1314
var orderInfo = e.Record as OrderInfo;
@@ -29,4 +30,4 @@ The following screenshot illustrates how to hide the state of expander icon base
2930

3031
#### UWP DataGrid Image:
3132

32-
![Details view DataGrid with expander icon hidden in UWP](DetailsViewDataGridWithHiddenExpanderUWP.png)
33+
![Details view DataGrid with expander icon hidden in UWP](DetailsViewDataGridWithHiddenExpanderUWP.png)

0 commit comments

Comments
 (0)