Class FileManagerSearchSettings
Inheritance
System.Object
FileManagerSearchSettings
Assembly: Syncfusion.EJ2.dll
Syntax
public class FileManagerSearchSettings : EJTagHelper
Constructors
FileManagerSearchSettings()
Declaration
public FileManagerSearchSettings()
Properties
AllowSearchOnTyping
Enables or disables the allowSearchOnTyping.
Declaration
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
FilterType
Specifies the filter type while searching the content. The available filter types are:
contains
startsWith
endsWith
Declaration
public FilterType FilterType { get; set; }
Property Value
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
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