Skip to content

Commit

Permalink
TreeViewItemModel IsSelected property
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbaileynar committed Jul 5, 2024
1 parent 87a1756 commit 3fc7e8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ArcProViewer/ProjectTree/TreeViewItemModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ public class TreeViewItemModel
public string Name => Item.Name;
public string ImagePath => System.IO.Path.Combine("Images", Item.ImagePath);

public bool IsSelected { get; set; }

public ObservableCollection<TreeViewItemModel> Children { get; set; }

// This is the UI generated by ArcPro when it is added to the map as a layer
Expand Down

0 comments on commit 3fc7e8c

Please sign in to comment.