 | 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)
Syntaxpublic void SetEditable(
string colName
)
Public Sub SetEditable (
colName As String
)
Parameters
- colName
- Type: SystemString
See Also