Search
ComponentBase.gridRow Property
See Also
 





Gets or sets the index of the grid row this component is contained in.

Namespace: MindFusion.Drawing
File: ComponentBase.js

 Syntax

JavaScript  Copy Code

get gridRow() {}
set gridRow(value) {}

 Property Value

Number

The grid row index.

 Remarks

This value is used when the component is placed inside a GridPanel.

 See Also