Telerik.Maui.Controls.PromptInput
Represents an attached file in the RadPromptInput.
Represents a view for an attached file item in RadPromptInput.
Represents a view for displaying a collection of attached files in RadPromptInput. Displays the files that the user has attached in RadPromptInput area before sending the message. This view arranges the attached files in a grid layout, allowing customization of the number of items per row, as well as the minimum and maximum width of each item. It also provides a command for removing attached files. The view automatically recalculates the optimal number of items per row based on its width and the specified item width constraints, unless a custom value is set.
Represents an action for a button in RadPromptInput, providing bindable properties for text, image, command, and command parameter.
Defines the display modes for the PromptInput control.
A value converter that maps file extensions to corresponding image sources. This converter uses a dictionary of file extension and image source pairs to perform the mapping.
Represents a mapping between a file extension and a corresponding image source. Use with PromptInputFileExtensionToImageSourceConverter.
Represents a specialized view for the actions that are in the "more" button of RadPromptInput.
Represents a toolbar item for the "more" button in the RadPromptInput component.
Represents a view for the PromptInputMoreButtonToolbarItem.
Represents a view which displays the additional actions that can be performed within the input area like attaching a file or opening the camera app.
Represents a command that sends input from a prompt control, enabling integration with command-based UI patterns.