Search
Grid.allowResizeHeaders Property
See Also
 





Gets or sets a value indicating whether users can resize the headers of the grid interactively.

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

 Syntax

JavaScript  Copy Code

get allowResizeHeaders() {}
set allowResizeHeaders(value) {}

 Property Value

Boolean

true if grid headers can resized interactively, or false otherwise.

 See Also