File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ You can customize hiding the details view expander icon by handling the **SfData
88
99``` c#
1010this .dataGrid .QueryDetailsViewExpanderState += DataGrid_QueryDetailsViewExpanderState ;
11+
1112private 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 )
You can’t perform that action at this time.
0 commit comments