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

In This Topic
    ApplicableTo Property
    In This Topic
    An array of datatypes to which the filter can be applied.
    Syntax
    'Declaration
     
    Public Property ApplicableTo As FieldDataType
    public FieldDataType ApplicableTo {get; set;}
    See Also