Click or drag to resize

CTInterfaceStrFillColumnsArgs Class

Event argument class for OnStrExportFillColumns.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ATR.CT.CTInterfaceCTInterfaceStrFillColumnsArgs

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public class StrFillColumnsArgs : EventArgs

The CTInterfaceStrFillColumnsArgs type exposes the following members.

Properties
 NameDescription
Public propertyconfigurationName Name of the configuration.
Public propertyListView ListView in the Export view. Avoid using this since UI components may change in future.
Public propertyProfileName Name of the Export profile.
Top
Methods
 NameDescription
Public methodAddCol Adds given column from the CUSTOMTOOLS Export.
Public methodHideCol Hides given column from the CUSTOMTOOLS Export.
Public methodSetEditable 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).
Top
Revision History
DateVersionDescription
-2012 SP0First Release
-2012 SP0 Extended with ProfileName
-2013 SP3 Extended with ListView
-2019 SP1 Extended with configurationName
-2024 SP0 Extended with SetEditable(String)
See Also