Custom timestamp column name. If not defined, export uses default localized text 'Timestamp'.

Namespace: Ico.Twx
Assembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.306.0 (10.97.306.00)

Syntax

C#
public string TimestampColumnName { get; set; }
Visual Basic
Public Property TimestampColumnName As String
	Get
	Set
JScript
function get TimestampColumnName () : String
function set TimestampColumnName (value : String)

See Also