ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Grid Namespace / C1GridExtender Class / OnClientFilterOperatorsListShowing Property

In This Topic
    OnClientFilterOperatorsListShowing Property
    In This Topic
    A function called before the filter drop-down list is shown.
    Syntax
    'Declaration
     
    Public Property OnClientFilterOperatorsListShowing As System.String
    public System.string OnClientFilterOperatorsListShowing {get; set;}
    Remarks
    Parameters:
    • jQuery.Event object.
    • The data with this event.
      • Associated column.
      • An array of filter operators.
    See Also