Class FileExplorerFilterSettings
Inherited Members
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.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class FileExplorerFilterSettings : EJTagHelper
Constructors
FileExplorerFilterSettings()
Declaration
public FileExplorerFilterSettings()
Properties
AllowSearchOnTyping
Search the content inn enter key press
Declaration
[JsonProperty("allowSearchOnTyping")]
public bool AllowSearchOnTyping { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CaseSensitiveSearch
Enables or disables to perform the filter operation with case sensitive.
Declaration
[JsonProperty("caseSensitiveSearch")]
public bool CaseSensitiveSearch { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FilterType
Sets the search filter type
Declaration
[JsonProperty("filterType")]
[JsonConverter(typeof(StringEnumConverter))]
public FilterOperator FilterType { get; set; }
Property Value
Type | Description |
---|---|
FilterOperator |