Share via


ElementTreeNode.ShowDomainClass Property

Definition

Get/Set whether to show the DomainClass Name right after the ModelElement name (e.g "foo (Foo)" in the tree node text) May be ignored if the node type does not represent model elements

public:
 property bool ShowDomainClass { bool get(); void set(bool value); };
public bool ShowDomainClass { [System.Diagnostics.DebuggerStepThrough] get; [System.Diagnostics.DebuggerStepThrough] set; }
[<get: System.Diagnostics.DebuggerStepThrough>]
[<set: System.Diagnostics.DebuggerStepThrough>]
member this.ShowDomainClass : bool with get, set
Public Property ShowDomainClass As Boolean

Property Value

Attributes

Applies to