Skip to content

InfoBar class

Defined in

Namespace: CrissCross.WPF.UI.Controls Assembly: CrissCross.WPF.UI.dll Full name: CrissCross.WPF.UI.Controls.InfoBar Modifiers: public

Summary

An InfoBar is an inline notification for essential app- wide messages. The InfoBar will take up space in a layout and will not cover up other content or float on top of it. It supports rich content (including titles, messages, and icons) and can be configured to be user-dismissable or persistent.

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Class hierarchy
classDiagram
class InfoBar
class ContentControl
ContentControl <|-- InfoBar

Inherits from: ContentControl

Constructors

NameSummary
.ctor

Properties

NameSummary
IsClosableGets or sets a value indicating whether the user can close the [InfoBar](# Defaults to true.
IsOpenGets or sets a value indicating whether the [InfoBar](# is open.
TitleGets or sets the title of the [InfoBar](#
MessageGets or sets the message of the [InfoBar](#
SeverityGets or sets the type of the [InfoBar](# to apply consistent status color, icon, and assistive technology settings dependent on the criticality of the...
TemplateButtonCommandGets the [ReactiveCommand](# triggered after clicking the close button.

Fields

NameSummary
static IsClosablePropertyProperty for [IsClosable](#
static IsOpenPropertyProperty for [IsOpen](#
static TitlePropertyProperty for [Title](#
static MessagePropertyProperty for [Message](#
static SeverityPropertyProperty for [Severity](#
static TemplateButtonCommandPropertyProperty for [TemplateButtonCommand](#
Inherited members