Click or drag to resize

DataMappingRowControlLabelSet Method

Set the label text with tag. Label must exist. Causes PropertyChanged(DataMappingRowControl, String) unless called in InitProperties(Action) context.

Namespace: CTExtensions.ExportCore.Config.DataMapping
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
protected void LabelSet(
	string tag,
	string value
)

Parameters

tag  String
value  String
Exceptions
ExceptionCondition
ArgumentNullException
See Also