ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1ViewColumnCalculateEventArgs Class / Value Property

In This Topic
    Value Property (C1ViewColumnCalculateEventArgs)
    In This Topic
    Gets or sets the calculated value of the column.
    Syntax
    'Declaration
     
    Public Property Value As System.Object
    public System.object Value {get; set;}
    Remarks
    This property should be set to a value which becomes a final value of the column. See the Defining Column Value Calculations topic for details.
    See Also