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


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