Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / AutoCompleteCellType Class / OnClientItemOut Property


In This Topic
    OnClientItemOut Property
    In This Topic
    Handles the client-side itemOut event.
    Syntax
    'Declaration
     
    
    Public Property OnClientItemOut As String
    'Usage
     
    
    Dim instance As AutoCompleteCellType
    Dim value As String
     
    instance.OnClientItemOut = value
     
    value = instance.OnClientItemOut
    public string OnClientItemOut {get; set;}
    See Also