Show / Hide Table of Contents

Class ThemeTestingTreeviewObject

Theme testing base object

Inheritance
System.Object
ThemeTestingTreeviewObject
ThemeTestingObjectA
ThemeTestingObjectB
Namespace: Phoenix.ThemeTesting
Assembly: Phoenix.Plugin.ThemeTesting.dll
Syntax
public class ThemeTestingTreeviewObject : BindableBase

Properties

View Source

Children

Gets or sets children of the ThemeTestingObject

Declaration
public ObservableCollection<ThemeTestingTreeviewObject> Children { get; protected set; }
Property Value
Type Description
System.Collections.ObjectModel.ObservableCollection<ThemeTestingTreeviewObject>
View Source

Name

Gets or sets the name.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX