Search
Grid.headersOnTop Property
See Also
 





Gets or sets a value indicating whether lane headers appear at the top of the z-order above all diagram items.

Namespace: MindFusion.Diagramming.Lanes
File: Grid.js

 Syntax

JavaScript  Copy Code

get headersOnTop() {}
set headersOnTop(value) {}

 Property Value

Boolean

true to display headers on top of items, or false otherwise.

 See Also