DisplayTextFormatter
Class
Represents a display text formatter that extracts text from objects using a property path.
Definition
Namespace:Telerik.Maui.Controls.AutoComplete
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public sealed class DisplayTextFormatter : IDisplayTextFormatter
Inheritance: objectDisplayTextFormatter
Implements:
Constructors
Initializes a new instance of the DisplayTextFormatter class with a default property path.
C#
public DisplayTextFormatter()
Initializes a new instance of the DisplayTextFormatter class with the specified display member path.
C#
public DisplayTextFormatter(string displayMemberPath)
The property path used to extract display text from objects.