menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MobileFilterSettings<T>

    Show / Hide Table of Contents

    Class MobileFilterSettings<T>

    Inheritance
    System.Object
    FilterOptionsBase<T>
    MobileFilterSettings<T>
    Inherited Members
    FilterOptionsBase<T>.FilterBarMode
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.Mobile.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class MobileFilterSettings<T> : FilterOptionsBase<T> where T : class
    Type Parameters
    Name Description
    T

    Constructors

    MobileFilterSettings()

    Declaration
    public MobileFilterSettings()

    Properties

    FilteredColumns

    Get filtered columns details programmatically after filtering.

    Declaration
    [JsonProperty("filteredColumns")]
    public List<FilteredColumn> FilteredColumns { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<FilteredColumn>

    The filtered columns.

    Interval

    Specifies the filter interval (in milliseconds) when filterbar mode is set to Immediate.

    Declaration
    [JsonProperty("interval")]
    public int Interval { get; set; }
    Property Value
    Type Description
    System.Int32

    The interval.

    IsCaseSensitive

    Gets or sets a value indicating whether this instance is case sensitive.

    Declaration
    [JsonProperty("isCaseSensitive")]
    public bool IsCaseSensitive { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is case sensitive; otherwise, false.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved