Class RadAutoCompleteLabel
Inheritance
System.Object
RadAutoCompleteLabel
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class RadAutoCompleteLabel : Label
Constructors
RadAutoCompleteLabel()
Initializes a new instance of the RadAutoCompleteLabel class.
Declaration
public RadAutoCompleteLabel()
Fields
HighlightColorProperty
Identifies the HighlightColor property.
Declaration
public static readonly BindableProperty HighlightColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
RestrictLabelHighlightingProperty
Identifies the RestrictLabelHighlighting property.
Declaration
public static readonly BindableProperty RestrictLabelHighlightingProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
HighlightColor
Declaration
public Color HighlightColor { get; set; }
Property Value
Xamarin.Forms.Color
|
RestrictLabelHighlighting
Declaration
public bool RestrictLabelHighlighting { get; set; }
Property Value
System.Boolean
|
Methods
OnBindingContextChanged()
Declaration
protected override void OnBindingContextChanged()