[]
        
(Showing Draft Content)

C1.Win.Input.GrapeCity.Editors.ReadingStringOutput.Target

Target Property

Target

Gets or sets an object used to receieve the output string.

Declaration
[Browsable(false)]
public object Target { get; set; }
Property Value
Type Description
object

An object indicates the output target.

Remarks

To make sure the string could be receieved, the output target object should either have a public property named 'Text' or 'Value'. In addition, a string typed property is valid.