Show / Hide Table of Contents

Class IgbHighlightingInfo

Contains contextual information about a highlighting.

Inheritance
System.Object
BaseRendererElement
IgbHighlightingInfo
Implements
JsonSerializable
Inherited Members
BaseRendererElement._name
BaseRendererElement.eventCallbacksCache
BaseRendererElement._cachedSerializedContent
BaseRendererElement.EnsureModulesLoaded()
BaseRendererElement.BuildRenderTree(RenderTreeBuilder)
BaseRendererElement.OnElementNameChanged(BaseRendererElement, String, String)
BaseRendererElement.InvokeMethod(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodSync(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelper(String, String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelperSync(String, String, Object[], String[], ElementReference[])
BaseRendererElement.IsPropDirty(String)
BaseRendererElement.Serialize(SerializationContext, String)
BaseRendererElement.Serialize()
BaseRendererElement.EnsureValid()
BaseRendererElement.FromEventJson(BaseRendererControl, Dictionary<String, Object>)
BaseRendererElement.ToEventJson(BaseRendererControl, Dictionary<String, Object>)
BaseRendererElement.SetResourceStringAsync(String, String, String)
BaseRendererElement.SetResourceStringAsync(String, String)
BaseRendererElement.CompareEventCallbacks<T>(T, T, Dictionary<Type, Dictionary<String, FieldInfo>>)
BaseRendererElement.IgBlazor
BaseRendererElement.IsComponentRooted
BaseRendererElement.ParentTypeName
BaseRendererElement.UseDirectRender
BaseRendererElement.ChildContent
BaseRendererElement.SupportsVisualChildren
BaseRendererElement.Name
BaseRendererElement.Parent
BaseRendererElement.MethodTarget
BaseRendererElement.CurrParent
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public 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.

Declaration
public 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.

Declaration
public bool IsFullRange { get; set; }
Property Value
Type Description
System.Boolean

IsMarker

True if this HighlightingInfo represents a marker highlighting.

Declaration
public bool IsMarker { get; set; }
Property Value
Type Description
System.Boolean

Progress

A number between 0 and 1 representing the progress of the highlighting.

Declaration
public double Progress { get; set; }
Property Value
Type Description
System.Double

StartIndex

The index of the first highlighted item.

Declaration
public int StartIndex { get; set; }
Property Value
Type Description
System.Int32

State

The state of the highlighting.

Declaration
public HighlightingState State { get; set; }
Property Value
Type Description
HighlightingState

Type

Declaration
public override string Type { get; }
Property Value
Type Description
System.String
Overrides
BaseRendererElement.Type

Methods

FindByName(String)

Declaration
public override object FindByName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.Object
Overrides
BaseRendererElement.FindByName(String)

Implements

JsonSerializable