Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion controls/chat/items/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The `RadChat` control works with a collection of `ChatItem` objects. The control
This section covers the specific details of the different Chat Items provided by `RadChat`:

* [Message]({%slug chat-items-messages %})—The basic message unit in RadChat; apart from the text of the message itself, each `TextMessage` instance contains information about the Author of the message as well as any additional data.
* [Attachments]({%slug chat-attachments%})—The options to attach images, files, and other media to messages in the .NET MAUI Chat.
* Attachments—The options to attach images, files, and other media to messages in the .NET MAUI Chat.
* [Time Break]({%slug chat-items-timebreak %})—Used to encapsulate messages in a conversation by a certain condition such as read/unread, time intervals, or any other condition. It visualizes as a dividing line across the messages board with a text message attached to it.
* [PickerItem]({%slug chat-picker-overview %})—A special `ChatItem` type which contains a `RadChatPicker` control used for providing a selection to the end user. Depending on the information that is presented and the choices the user can make, the pickers can be one of the following types:
* `DatePicker`—Displays a Calendar to choose a date.
Expand Down