Class IgbSearchInfo
Inheritance
System.Object
IgbSearchInfo
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbSearchInfo : IgbBaseSearchInfo, JsonSerializable
Constructors
IgbSearchInfo()
Declaration
Properties
ActiveMatchIndex
Declaration
public double ActiveMatchIndex { get; set; }
Property Value
Type |
Description |
System.Double |
|
MatchInfoCache
Declaration
public object[] MatchInfoCache { get; set; }
Property Value
Type |
Description |
System.Object[] |
|
MatchInfoCacheScript
Provides a means of setting MatchInfoCache in the JavaScript environment.
Declaration
public string MatchInfoCacheScript { 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
Implements