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)
Syntax
public void SetEditable(
	string colName
)

Parameters

colName
Type: SystemString
See Also