Search
PropertyGridContent.getColumnWidth Method
See Also
 






Gets the width of the specified grid column.

Namespace: MindFusion.DataViews
File: PropertyGridContent.js

 Syntax

JavaScript  Copy Code

function getColumnWidth (column)

 Parameters

column

Number. The column index.

 Return Value

Number. The width in pixels.

 See Also