Spread WPF 18
GrapeCity.Wpf.SpreadSheet.Core Namespace / ResolveExtensionEventArgs Class / Key Property


In This Topic
    Key Property (ResolveExtensionEventArgs)
    In This Topic
    Gets the key of the item to resolve.
    Syntax
    'Declaration
     
    Public ReadOnly Property Key As Guid
    'Usage
     
    Dim instance As ResolveExtensionEventArgs
    Dim value As Guid
     
    value = instance.Key
    public Guid Key {get;}

    Property Value

    The name of the item to resolve.
    See Also