Skip to content

Commit

Permalink
include summary for ItemComparer Parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
pianomanjh committed Dec 16, 2024
1 parent 51530a5 commit 2b792e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Radzen.Blazor/DropDownBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1299,6 +1299,9 @@ protected virtual void SelectItemFromValue(object value)
}
}

/// <summary>
/// For lists of objects, an IEqualityComparer<object> to control how selected items are determined
/// </summary>

Check warning on line 1304 in Radzen.Blazor/DropDownBase.cs

View workflow job for this annotation

GitHub Actions / build

XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'object'.'

Check warning on line 1304 in Radzen.Blazor/DropDownBase.cs

View workflow job for this annotation

GitHub Actions / build

XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'object'.'

Check warning on line 1304 in Radzen.Blazor/DropDownBase.cs

View workflow job for this annotation

GitHub Actions / build

XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'object'.'

Check warning on line 1304 in Radzen.Blazor/DropDownBase.cs

View workflow job for this annotation

GitHub Actions / build

XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'object'.'

Check warning on line 1304 in Radzen.Blazor/DropDownBase.cs

View workflow job for this annotation

GitHub Actions / build

XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'object'.'
[Parameter] public IEqualityComparer<object> ItemComparer { get; set; }

Check warning on line 1305 in Radzen.Blazor/DropDownBase.cs

View workflow job for this annotation

GitHub Actions / build

XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'

Check warning on line 1305 in Radzen.Blazor/DropDownBase.cs

View workflow job for this annotation

GitHub Actions / build

XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'

Check warning on line 1305 in Radzen.Blazor/DropDownBase.cs

View workflow job for this annotation

GitHub Actions / build

XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'

Check warning on line 1305 in Radzen.Blazor/DropDownBase.cs

View workflow job for this annotation

GitHub Actions / build

XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'

Check warning on line 1305 in Radzen.Blazor/DropDownBase.cs

View workflow job for this annotation

GitHub Actions / build

XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'

internal bool IsItemSelectedByValue(object v)
Expand Down

0 comments on commit 2b792e9

Please sign in to comment.