更新命名空间,优化部分交互
This commit is contained in:
@@ -9,7 +9,7 @@ namespace NeoUI.Controls;
|
||||
/// <summary>
|
||||
/// 用于实现级联选择器功能的控件类。该控件允许用户从多层级的数据源中选择一个值,通常应用于需要按类别或层级进行选择的场景。
|
||||
/// </summary>
|
||||
[TemplatePart(Name = "PART_Popup", Type = typeof(Popup))]
|
||||
//[TemplatePart(Name = "PART_Popup", Type = typeof(Popup))]
|
||||
public class Cascader : Control
|
||||
{
|
||||
private static readonly DependencyPropertyKey FilteredItemsSourcePropertyKey = DependencyProperty.RegisterReadOnly("FilteredItemsSource", typeof(IEnumerable), typeof(Cascader), new PropertyMetadata(null));
|
||||
|
||||
Reference in New Issue
Block a user