共用方式為


TreeViewNode.IsExpandedProperty 屬性

定義

識別 IsExpanded 相依性屬性。

適用于 UWP的對WinUI 2 APIMicrosoft.UI.Xaml.Controls.TreeViewNode.IsExpandedProperty (Windows 應用程式 SDK,請參閱Windows 應用程式 SDK命名空間) 。

public:
 static property DependencyProperty ^ IsExpandedProperty { DependencyProperty ^ get(); };
static DependencyProperty IsExpandedProperty();
public static DependencyProperty IsExpandedProperty { get; }
var dependencyProperty = TreeViewNode.isExpandedProperty;
Public Shared ReadOnly Property IsExpandedProperty As DependencyProperty

屬性值

IsExpanded 相依性屬性的識別碼。

適用於