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

In This Topic
    Key Property (UIStringsItemEventArgs)
    In This Topic
    Gets key of the item being added or changed.
    Syntax
    'Declaration
     
    Public ReadOnly Property Key As System.Object
    public System.object Key {get;}

    Property Value

    The key.
    See Also