Пример #1
0
 /// <summary>
 /// New property panel with the item property explorer.
 /// </summary>
 /// <param name="explorer">The panel explorer.</param>
 public PropertyPanel(PropertyExplorer explorer)
     : base(explorer)
 {
     Title = "Properties: " + Explorer.ItemPath;
     CurrentLocation = Explorer.ItemPath + ".*"; //??
     SortMode = PanelSortMode.Name;
 }
Пример #2
0
 /// <summary>
 /// New property panel with the item property explorer.
 /// </summary>
 /// <param name="explorer">The panel explorer.</param>
 public PropertyPanel(PropertyExplorer explorer)
     : base(explorer)
 {
     Title           = "Properties: " + Explorer.ItemPath;
     CurrentLocation = Explorer.ItemPath + ".*";             //??
     SortMode        = PanelSortMode.Name;
 }