调整代码

This commit is contained in:
GG Z
2026-02-22 20:03:42 +08:00
parent 2ad3d0fde0
commit 7e2d5be3cd
258 changed files with 2916 additions and 5013 deletions

View File

@@ -286,7 +286,7 @@ public class MultiComboBox : Control
/// <remarks>
/// 该属性包含了从数据源中筛选出的项这些项将被实际显示在组合框中。通过设置此属性可以控制哪些项最终展示给用户。当数据源发生变化或应用了新的筛选条件时FilteredItems 会相应地更新。
/// </remarks>
public IEnumerable FilteredItems
public IEnumerable? FilteredItems
{
get => (IEnumerable)GetValue(FilteredItemsProperty);
set => SetValue(FilteredItemsProperty, value);