True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / UnboundColumnFetchEventArgs Class / Value Property

In This Topic
    Value Property (UnboundColumnFetchEventArgs)
    In This Topic
    Gets or sets the value of the Column.
    Syntax
    'Declaration
     
    Public Property Value As System.String
    public System.string Value {get; set;}
    See Also