Contains contextual information about a highlighting.
InheritanceSystem.Object
IgbHighlightingInfo
Namespace: IgniteUI.Blazor.Controls Assembly: IgniteUI.Blazor.dll Syntaxpublic class IgbHighlightingInfo : BaseRendererElement, JsonSerializable
Constructors IgbHighlightingInfo() Declaration
public IgbHighlightingInfo()
Properties Context Declaration
public object Context { get; set; }
Property Value Type Description System.Object ContextScript Declaration
public string ContextScript { get; set; }
Property Value Type Description System.String EndIndex
The index of the last highlighted item.
Declarationpublic int EndIndex { get; set; }
Property Value Type Description System.Int32 IsExclusive Declaration
public bool IsExclusive { get; set; }
Property Value Type Description System.Boolean IsFullRange
True if this HighlightingInfo represents a full selection of the data.
Declarationpublic bool IsFullRange { get; set; }
Property Value Type Description System.Boolean IsMarker
True if this HighlightingInfo represents a marker highlighting.
Declarationpublic bool IsMarker { get; set; }
Property Value Type Description System.Boolean Progress
A number between 0 and 1 representing the progress of the highlighting.
Declarationpublic double Progress { get; set; }
Property Value Type Description System.Double StartIndex
The index of the first highlighted item.
Declarationpublic int StartIndex { get; set; }
Property Value Type Description System.Int32 State
The state of the highlighting.
Declarationpublic HighlightingState State { get; set; }
Property Value 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
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4