ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Splitter Namespace / C1Splitter Class / OnClientSizing Property

In This Topic
    OnClientSizing Property
    In This Topic
    Gets or sets the javascript function name that would be called at client side when dragging the splitter.
    Syntax
    'Declaration
     
    Public Property OnClientSizing As System.String
    public System.string OnClientSizing {get; set;}
    See Also