New to Telerik UI for .NET MAUI? Start a free 30-day trial

.NET MAUI Chat Visual Structure

The Telerik UI for .NET MAUI Chat exposes a set of properties that allow you to configure all elements in its visual structure.

.NET MAUI Chat Visual Structure

Legend

  • Author—Represents the current user who sends messages using the Chat UI. This instance determines the alignment of the messages—incoming messages are placed on the left, outgoing messages—on the right.
  • Items—Contains all the chat items included in the conversation, such text messages, picker items, and so on. For more details on the available Chat items, see the Chat Items topic.
  • Message—Defines the current message typed into the input field.
  • Send Button—Defines the button used to send messages.
  • Picker—Defines the Chat Picker that is shown either as overlay over the messages’ view or inline as part of the conversation and could display different pickers to provide the end user with a selection of choices. See the Chat Picker topic for more details.
  • Typing Indicator—Defines the indicator which is shown when one of the chat authors is typing.

See Also

In this article