Class FileManagerSearchSettings
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.EJ2.FileManager
Assembly: Syncfusion.EJ2.dll
Syntax
public class FileManagerSearchSettings : EJTagHelper
Constructors
FileManagerSearchSettings()
Declaration
public FileManagerSearchSettings()
Properties
AllowSearchOnTyping
Enables or disables the allowSearchOnTyping.
Declaration
[HtmlAttributeName("allowSearchOnTyping")]
public bool AllowSearchOnTyping { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<System.Object> |
FilterType
Specifies the filter type while searching the content. The available filter types are:
contains
startsWith
endsWith
Declaration
[HtmlAttributeName("filterType")]
public FilterType FilterType { get; set; }
Property Value
Type | Description |
---|---|
FilterType |
IgnoreCase
If ignoreCase is set to false, searches files that match exactly, else searches files that are case insensitive(uppercase and lowercase letters treated the same).
Declaration
[HtmlAttributeName("ignoreCase")]
public bool IgnoreCase { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Placeholder
Specifies the placeholder value to the search input of the File Manager component. It accepts string.
Declaration
[HtmlAttributeName("placeholder")]
public string Placeholder { get; set; }
Property Value
Type | Description |
---|---|
System.String |