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


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