Skip to content

Conversation

@JeremyGEA
Copy link

Add SearchString parameter to allow search box text string to be edited externally.

Fulfills issue: #559

@mckaragoz
Copy link
Contributor

Like the logic, but i think it's not suggested implementation. We should not write get and set in parameter.

@JeremyGEA
Copy link
Author

Like the logic, but i think it's not suggested implementation. We should not write get and set in parameter.

I don't follow your comment. Can you expand a bit more so I can better improve my change?

[Category(CategoryTypes.List.Behavior)]
public string? SearchString
{
get => _searchString;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This kind of get and set block is not suggested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants