Class ThemeTestingTreeviewObject
Theme testing base object
Namespace: Phoenix.ThemeTesting
Assembly: Phoenix.Plugin.ThemeTesting.dll
Syntax
public class ThemeTestingTreeviewObject : BindableBase
Properties
View SourceChildren
Gets or sets children of the ThemeTestingObject
Declaration
public ObservableCollection<ThemeTestingTreeviewObject> Children { get; protected set; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ObservableCollection<ThemeTestingTreeviewObject> |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |