ComponentOne CalendarView for WinForms
C1.Win.C1Input.GrapeCity.Editors Namespace / ReadingStringOutput Structure / Target Property

In This Topic
    Target Property (ReadingStringOutput)
    In This Topic
    Gets or sets an object used to receieve the output string.
    Syntax
    'Declaration
     
    
    Public Property Target As Object
    public object Target {get; set;}

    Property Value

    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.
    See Also