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