Search
ComponentBase.gridColumn Property
See Also
 





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

Namespace: MindFusion.Drawing
File: ComponentBase.js

 Syntax

JavaScript  Copy Code

get gridColumn() {}
set gridColumn(value) {}

 Property Value

Number

The grid column index.

 Remarks

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

 See Also