Interface
IHighlightLabelProvider

Interface used by RadHighlightLabel for altering the default behavior of the control.

Definition

Namespace:Telerik.Maui.Controls.HighlightLabel

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public interface IHighlightLabelProvider

Methods

FindHighlightTextStartIndex(string, string)

Returns start index for the text that will be highlighted.

Declaration

cs-api-definition
int FindHighlightTextStartIndex(string stringToHighlight, string wholeString)

Parameters

stringToHighlight

string

wholeString

string

Returns

int