Skip to content

Commit 47ce20b

Browse files
author
duraimurugan.vedagiri
committed
Removed unwanted brace
1 parent f5778f0 commit 47ce20b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

SfComboBox/SfComboBox/Form1.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ private void DropDownListView_ItemChecking(object sender, Syncfusion.WinForms.Li
3131
{
3232
bool isItemEnable = (this.sfComboBox.ComboBoxMode == ComboBoxMode.MultiSelection && this.sfComboBox.AllowSelectAll && e.ItemIndex == 0) ? true : (e.ItemData as Details).IsEnabled;
3333
if (!isItemEnable)
34-
{
3534
e.Cancel = true;
36-
}
3735
}
3836

3937
private void DropDownListView_SelectionChanging(object sender, Syncfusion.WinForms.ListView.Events.ItemSelectionChangingEventArgs e)

0 commit comments

Comments
 (0)