Click or drag to resize

CTInterfaceStrFillColumnsArgsSetEditable Method

Sets set column in-place editable. The script is responsible for handling value update to underlying data structure. Inherit ListViewEventHandler to handle InPlaceControlChanged(Int32, Int32, String, String).

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public void SetEditable(
	string colName
)

Parameters

colName  String
See Also