Determines whether this object represents a root of the tree.
            
            
            
            
            
            
            
            'Declaration
 
<ColumnDisplayAttribute(MaximumWidth=5, RefinementRank=1)>
<DisplayAttribute(AutoGenerateField=False, 
   Order=203, 
   ShortName="Is Tree Root")>
Public ReadOnly Property IsTreeRoot As Boolean
             
        
            
            'Usage
 
Dim instance As DANodeTreePosition
Dim value As Boolean
 
value = instance.IsTreeRoot
             
        
            
            [ColumnDisplay(MaximumWidth=5, RefinementRank=1)]
[Display(AutoGenerateField=false, 
   Order=203, 
   ShortName="Is Tree Root")]
public bool IsTreeRoot {get;}
             
        
            
            [ColumnDisplay(MaximumWidth=5, RefinementRank=1)]
[Display(AutoGenerateField=false, 
   Order=203, 
   ShortName="Is Tree Root")]
public:
property bool IsTreeRoot {
   bool get();
}
             
        
             
        
            
            
            Property Value
True if this objects represents a root; 
false otherwise.
 
            
            
            
            
            Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows