Class IgbBaseSearchInfo
Inheritance
System.Object
IgbBaseSearchInfo
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbBaseSearchInfo : BaseRendererElement, JsonSerializable
Constructors
IgbBaseSearchInfo()
Declaration
public IgbBaseSearchInfo()
Properties
CaseSensitive
Declaration
public bool CaseSensitive { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Content
Declaration
public string Content { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ExactMatch
Declaration
public bool ExactMatch { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
MatchCount
Declaration
public double MatchCount { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
SearchText
Declaration
public string SearchText { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
SetNativeElement(Object)
Declaration
public void SetNativeElement(object element)
Parameters
| Type |
Name |
Description |
| System.Object |
element |
|
SetNativeElementAsync(Object)
Declaration
public Task SetNativeElementAsync(object element)
Parameters
| Type |
Name |
Description |
| System.Object |
element |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Implements