Gets or sets a value indicating whether lines connecting child nodes to parent nodes are displayed.
Namespace:
C1.Web.CommandAssembly: C1.Web.Command.2 (in C1.Web.Command.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute(false)] [PersistenceModeAttribute(PersistenceMode.Attribute)] public bool ShowLines { get; set; } |
Visual Basic (Declaration) |
---|
<DefaultValueAttribute(False)> _ <PersistenceModeAttribute(PersistenceMode.Attribute)> _ Public Property ShowLines As Boolean |