Gets or sets the index of the grid row this component is contained in.
Namespace: MindFusion.Drawing
File: ComponentBase.js
SyntaxJavaScript
Copy Code
|
|---|
get gridRow() {} |
Number
The grid row index.
RemarksThis value is used when the component is placed inside a GridPanel.
See Also