You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: controls/chat/items/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ The `RadChat` control works with a collection of `ChatItem` objects. The control
13
13
This section covers the specific details of the different Chat Items provided by `RadChat`:
14
14
15
15
*[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.
16
-
*[Attachments]({%slug chat-attachments%})—The options to attach images, files, and other media to messages in the .NET MAUI Chat.
16
+
* Attachments—The options to attach images, files, and other media to messages in the .NET MAUI Chat.
17
17
*[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.
18
18
*[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:
19
19
* `DatePicker`—Displays a Calendar to choose a date.
0 commit comments