InfoBar : Control

Implemented for: all platforms supported by Uno Platform

This document lists all properties, methods, and events of InfoBar that are currently implemented by the Uno Platform. See the WinUI documentation for detailed usage guidelines which all automatically apply to Uno Platform.

To better understand how InfoBar works, you can run your own tests on the Uno Playground.

Implemented properties

Property Supported on
string Title all platforms supported by Uno Platform
InfoBarSeverity Severity all platforms supported by Uno Platform
string Message all platforms supported by Uno Platform
bool IsOpen all platforms supported by Uno Platform
bool IsIconVisible all platforms supported by Uno Platform
bool IsClosable all platforms supported by Uno Platform
IconSource IconSource all platforms supported by Uno Platform
DataTemplate ContentTemplate all platforms supported by Uno Platform
object Content all platforms supported by Uno Platform
Style CloseButtonStyle all platforms supported by Uno Platform
object CloseButtonCommandParameter all platforms supported by Uno Platform
ButtonBase ActionButton all platforms supported by Uno Platform
InfoBarTemplateSettings TemplateSettings all platforms supported by Uno Platform
DependencyProperty ActionButtonProperty all platforms supported by Uno Platform
DependencyProperty CloseButtonCommandParameterProperty all platforms supported by Uno Platform
DependencyProperty CloseButtonCommandProperty all platforms supported by Uno Platform
DependencyProperty CloseButtonStyleProperty all platforms supported by Uno Platform
DependencyProperty ContentProperty all platforms supported by Uno Platform
DependencyProperty ContentTemplateProperty all platforms supported by Uno Platform
DependencyProperty IconSourceProperty all platforms supported by Uno Platform
DependencyProperty IsClosableProperty all platforms supported by Uno Platform
DependencyProperty IsIconVisibleProperty all platforms supported by Uno Platform
DependencyProperty IsOpenProperty all platforms supported by Uno Platform
DependencyProperty MessageProperty all platforms supported by Uno Platform
DependencyProperty SeverityProperty all platforms supported by Uno Platform
DependencyProperty TemplateSettingsProperty all platforms supported by Uno Platform
DependencyProperty TitleProperty all platforms supported by Uno Platform

Implemented events

Event Supported on
TypedEventHandler<InfoBar, object> CloseButtonClick all platforms supported by Uno Platform
TypedEventHandler<InfoBar, InfoBarClosedEventArgs> Closed all platforms supported by Uno Platform
TypedEventHandler<InfoBar, InfoBarClosingEventArgs> Closing all platforms supported by Uno Platform

Below are all properties, methods, and events of InfoBar that are not currently implemented in Uno.

Not implemented properties

Property Not supported on
ICommand CloseButtonCommand all platforms supported by Uno Platform

Last updated Friday, 26 April 2024 18:42.