MindFusion.UI for WebForms Programmer's Guide

Menu.ShowTrail Property

See Also
 





Gets or sets a value indication whether all opened items should be highlighted.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public bool ShowTrail { get; set; }

Visual Basic  Copy Code

Public Property ShowTrail As Boolean

 Property Value

Type: Boolean
true if open items should be highlighted, otherwise false. Default value is false.

 See Also